Package org.icepdf.core.io

Interface Summary
SeekableInput  
 

Class Summary
BitStream The class BitStream is designed to convert an input stream of bytes into bits.
ConservativeSizingByteArrayOutputStream  
CountingOutputStream Keeps track of how many bytes have been written out
RandomAccessFileInputStream  
SeekableByteArrayInputStream  
SeekableInputConstrainedWrapper  
SequenceInputStream  
ZeroPaddedInputStream When decoding CCITTFaxDecode images via JAI, we sometimes have to zero pad the input data, otherwise JAI will fail instead of it gracefully assuming zero data itself.