Interface | Description |
---|---|
IRandomAccessSource |
Represents an abstract source that bytes can be read from.
|
Class | Description |
---|---|
ByteArrayOutputStream | |
ByteBuffer | |
ByteUtils | |
DeflaterOutputStream | |
FileChannelRandomAccessSource |
A RandomAccessSource that is based on an underlying FileChannel .
|
GetBufferedRandomAccessSource | |
IndependentRandomAccessSource |
A RandomAccessSource that is wraps another RandomAccessSource but does not propagate close().
|
OutputStream |
|
PdfTokenizer | |
PdfTokenizer.ReusableRandomAccessSource | Deprecated
Will be removed in 7.2.
|
RandomAccessFileOrArray |
Class that is used to unify reading from random access files and arrays.
|
RandomAccessSourceFactory |
Factory to create IRandomAccessSource objects based on various types of sources
|
RASInputStream |
An input stream that uses a IRandomAccessSource as its underlying source.
|
ThreadSafeRandomAccessSource | |
WindowRandomAccessSource |
A RandomAccessSource that wraps another RandomAccessSource and provides a window of it at a specific offset and over a specific length.
|
Enum | Description |
---|---|
PdfTokenizer.TokenType |
Copyright © 1998–2023 iText Group NV. All rights reserved.