iText 8.0.2 API
|
Public Member Functions |
|
GetBufferedRandomAccessSource (IRandomAccessSource source) | |
Constructs a new OffsetRandomAccessSource More... |
|
virtual int | Get (long position) |
Gets a byte at the specified position More... |
|
virtual int | Get (long position, byte[] bytes, int off, int len) |
Read an array of bytes of specified length from the specified position of source to the buffer applying the offset. More... |
|
virtual long | Length () |
Gets the length of the source More... |
|
virtual void | Close () |
Does nothing - the underlying source is not closed More... |
|
|
inline |
Constructs a new OffsetRandomAccessSource
source | the source |
|
inlinevirtual |
Does nothing - the underlying source is not closed
Implements iText.IO.Source.IRandomAccessSource.
|
inlinevirtual |
Gets a byte at the specified position
Implements iText.IO.Source.IRandomAccessSource.
|
inlinevirtual |
Read an array of bytes of specified length from the specified position of source to the buffer applying the offset.
Implements iText.IO.Source.IRandomAccessSource.
|
inlinevirtual |
Gets the length of the source
Implements iText.IO.Source.IRandomAccessSource.