public class InputBuffer extends Object
| Constructor and Description |
|---|
InputBuffer(TiffInputStream input)
Instantiates a new input buffer.
|
| Modifier and Type | Method and Description |
|---|---|
int |
read(long offset)
Reads a byte.
|
byte |
readByte(long offset) |
void |
seek(long offset)
Seek.
|
boolean |
seekSuccessful(long offset)
Seek successful.
|
public InputBuffer(TiffInputStream input)
input - the inputpublic void seek(long offset)
throws IOException
offset - the offsetIOException - Signals that an I/O exception has occurred.public int read(long offset)
throws IOException
offset - the offsetIOException - Signals that an I/O exception has occurred.public byte readByte(long offset)
throws IOException
IOExceptionpublic boolean seekSuccessful(long offset)
offset - the offsetCopyright © 2015–2020. All rights reserved.