Uses of Interface
com.imagero.uio.Input

Packages that use Input
com.imagero.uio   
 

Uses of Input in com.imagero.uio
 

Subinterfaces of Input in com.imagero.uio
 interface RandomAccess
          interface for read/write access to data Allows unified read/write access to data - arrays, files, streams and many other.
 interface RandomAccessRO
          Interface for read only access to data.
 

Classes in com.imagero.uio that implement Input
 class AbstractRandomAccess
          implementation of RandomAccess
 class AbstractRandomAccessRO
           
 class RandomAccessBuffer
          Makes possible to represent (multiple) Buffers as RandomAccess
 class RandomAccessBufferRO
          Represent (multiple) Buffer as RandomAccessRO
 class RandomAccessByteArray
          Makes possible to access byte array as RandomAccess
 class RandomAccessByteArrayRO
          Makes possible to access byte array as RandomAccessRO
 class RandomAccessFileWrapper
          Wrap RandomAccessFile in RandomAccess
Attention - this class is not buffered.
 class RandomAccessFileWrapperRO
          wrap RandomAccessFile in RandomAccessRO Attention - this class is not buffered.