Uses of Interface
com.imagero.uio.buffer.Buffer

Packages that use Buffer
com.imagero.uio   
com.imagero.uio.buffer   
com.imagero.uio.io   
 

Uses of Buffer in com.imagero.uio
 

Methods in com.imagero.uio with parameters of type Buffer
static RandomAccessBuffer RandomAccessFactory.createBuffered(Buffer[] ds, int byteOrder)
          create RandomAccess from Buffer array.
static RandomAccessBuffer RandomAccessFactory.createBuffered(Buffer[] ds)
          create RandomAccess from Buffer array with default java byte order (BIG_ENDIAN) Same as create(new DefaultBufferManager(buffer));
static RandomAccessBufferRO RandomAccessFactory.createBufferedRO(Buffer[] ds, int byteOrder)
          create RandomAccessRO from Buffer array.
static RandomAccessRO RandomAccessFactory.createBufferedRO(Buffer[] ds)
          create RandomAccessRO from Buffer array with #BIG_ENDIAN byte order.
 

Constructors in com.imagero.uio with parameters of type Buffer
RandomAccessBufferRO(Buffer[] ds, int byteOrder)
          create new RABuffer
RandomAccessBuffer(Buffer[] ds, int byteOrder)
          create new RABuffer
 

Uses of Buffer in com.imagero.uio.buffer
 

Subinterfaces of Buffer in com.imagero.uio.buffer
 interface MutableBuffer
          MutableBuffer.java
 

Classes in com.imagero.uio.buffer that implement Buffer
 class ByteBuffer
           
 class HTTPBuffer
          Implementation of Buffer for http.
 class MutableByteBuffer
           
 class OutputStreamBuffer
           
 class RABuffer
          Implementation of Buffer for RandomAccess.
 class RABufferRO
          Implementation of Buffer for RandomAccessRO.
 class RAFBuffer
          Implementation of Buffer for RandomAccessFile.
 class RAFBufferRO
          Implementation of Buffer for RandomAccessRO.
 

Methods in com.imagero.uio.buffer that return Buffer
protected  Buffer RAFBufferManager.createBuffer(java.io.RandomAccessFile raf, long offset, int dsLength)
           
protected  Buffer MutableRAFBufferManager.createBuffer(java.io.RandomAccessFile ro, long offset, int bufferLength)
           
abstract  Buffer MemoryAccessManager.get(java.lang.Integer key)
           
 Buffer MemoryAccessManager.get(int i)
           
 Buffer MemoryAccessManager.drop(java.lang.Integer key)
           
protected  Buffer HTTPBufferManager.createBuffer(java.net.URL url, int offset, int dsLength)
           
 

Methods in com.imagero.uio.buffer with parameters of type Buffer
abstract  void MemoryAccessManager.put(java.lang.Integer key, Buffer b)
           
 void MemoryAccessManager.add(Buffer b)
           
 

Constructors in com.imagero.uio.buffer with parameters of type Buffer
DefaultBufferManager(Buffer[] ds)
           
 

Uses of Buffer in com.imagero.uio.io
 

Constructors in com.imagero.uio.io with parameters of type Buffer
MSInputStream(Buffer[] ds)
          create InputStream over multiple Buffers