Package com.imagero.uio

Interface Summary
EDataInput  
EDataOutput  
Input I prefer to access InputStream thru interface
RandomAccess interface for read/write access to data Allows unified read/write access to data - arrays, files, streams and many other.
RandomAccessRO Interface for read only access to data.
 

Class Summary
AbstractRandomAccess implementation of RandomAccess
AbstractRandomAccessRO  
OffsetRandomAccessFile OffsetRandomAccessFile.java
Usefull for reading EXIF files
However this class has bad performance, bacause the data is unbuffered.
RandomAccessBuffer Makes possible to represent (multiple) Buffers as RandomAccess
RandomAccessBufferRO Represent (multiple) Buffer as RandomAccessRO
RandomAccessByteArray Makes possible to access byte array as RandomAccess
RandomAccessByteArrayRO Makes possible to access byte array as RandomAccessRO
RandomAccessFactory Deprecated. and replaced with UIOStreamBuilder
RandomAccessFileWrapper Wrap RandomAccessFile in RandomAccess
Attention - this class is not buffered.
RandomAccessFileWrapperRO wrap RandomAccessFile in RandomAccessRO Attention - this class is not buffered.
Sys  
Sys.PrintStreamFilter  
UIOStreamBuilder UIOStreamBuilder is a builder pattern implementation and replacement for RandomAccessFactory.