protected static class PdfReader.ReusableRandomAccessSource extends Object implements IRandomAccessSource
| Constructor and Description |
|---|
ReusableRandomAccessSource(ByteBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
get(long offset) |
int |
get(long offset,
byte[] bytes,
int off,
int len) |
long |
length() |
public ReusableRandomAccessSource(ByteBuffer buffer)
public int get(long offset)
get in interface IRandomAccessSourcepublic int get(long offset,
byte[] bytes,
int off,
int len)
get in interface IRandomAccessSourcepublic long length()
length in interface IRandomAccessSourcepublic void close()
close in interface IRandomAccessSourceCopyright © 1998–2022 iText Group NV. All rights reserved.