Package com.imagero.uio.impl

Class Summary
AbstractRandomAccessInput  
AbstractRandomAccessIO  
AbstractRandomAccessOutput  
OffsetRandomAccessFile OffsetRandomAccessFile.java
Usefull for reading EXIF files
However this class has bad performance, bacause the data is unbuffered.
RandomAccessFileWrapper Wrap RandomAccessFile in RandomAccessIO
Attention - this class is not buffered.
RandomAccessFileX Enhanced RandomAccessFile which a) closes itself on finalization and b) knows if it's writable or not
TmpRandomAccessFile TmpRandomAccessFile closes itself on finalization and tries to delete file.