Uses of Class
com.imagero.uio.RandomAccessByteArrayRO

Packages that use RandomAccessByteArrayRO
com.imagero.uio   
 

Uses of RandomAccessByteArrayRO in com.imagero.uio
 

Methods in com.imagero.uio that return RandomAccessByteArrayRO
static RandomAccessByteArrayRO RandomAccessFactory.createRO(byte[] data, int byteOrder)
          create RandomAccessRO from specified byte array
static RandomAccessByteArrayRO RandomAccessFactory.createRO(byte[] data)
          create RandomAccessRO with BIG-ENDIAN byte order from specified byte array
static RandomAccessByteArrayRO RandomAccessFactory.createRO(byte[] data, int off, int length, int byteOrder)
          create RandomAccessRO from specified segment of byte array
static RandomAccessByteArrayRO RandomAccessFactory.createRO(byte[] data, int off, int length)
          create RandomAccessRO with BIG-ENDIAN byte order from specified segment of byte array