Package | Description |
---|---|
edu.harvard.hul.ois.jhove.module.pdf |
Contains supporting classes for the PDF-HUL module.
|
Modifier and Type | Method and Description |
---|---|
Stream |
PdfStream.getStream()
Returns the stream's Stream portion
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
Tokenizer.initStream(Stream token)
Initialization code for Stream object.
|
protected void |
StreamTokenizer.initStream(Stream token)
Streams can occur only in files, not in streams,
so this should never be called.
|
protected void |
FileTokenizer.initStream(Stream token)
Streams can occur only in files, not in streams,
so some of the initialization of a stream object
goes here.
|
protected abstract void |
Tokenizer.setStreamOffset(Stream token)
Sets the offset of a Stream to the current file position.
|
protected void |
StreamTokenizer.setStreamOffset(Stream token)
Sets the offset of a Stream to the current file position.
|
protected void |
FileTokenizer.setStreamOffset(Stream token)
Sets the offset of a Stream to the current file position.
|
Constructor and Description |
---|
PdfStream(PdfDictionary dict,
Stream stream)
Creates a PdfStream.
|
PdfStream(PdfDictionary dict,
Stream stream,
int objNumber,
int genNumber)
Creates a PdfStream
|
StreamTokenizer(RandomAccessFile file,
Stream stream) |
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.