public class PagedInputBuffer extends Object
| Constructor and Description |
|---|
PagedInputBuffer(TiffInputStream input)
Instantiates a new paged input buffer.
|
| Modifier and Type | Method and Description |
|---|---|
int |
read(long offset)
Reads a byte.
|
byte |
readByte(long offset) |
void |
seek(long offset)
Seek an offset.
|
public PagedInputBuffer(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
IOExceptionCopyright © 2015–2020. All rights reserved.