Package com.itextpdf.text.io

Interface Summary
RandomAccessSource Represents an abstract source that bytes can be read from.
 

Class Summary
FileChannelRandomAccessSource A RandomAccessSource that is based on an underlying FileChannel.
GetBufferedRandomAccessSource  
IndependentRandomAccessSource A RandomAccessSource that is wraps another RandomAccessSouce but does not propagate close().
RandomAccessSourceFactory Factory to create RandomAccessSource objects based on various types of sources
RASInputStream An input stream that uses a RandomAccessSource as it's underlying source
StreamUtil Utility class with commonly used stream operations
WindowRandomAccessSource A RandomAccessSource that wraps another RandomAccessSouce and provides a window of it at a specific offset and over a specific length.
 

Exception Summary
MapFailedException  
 



Copyright © 2013. All Rights Reserved.