Uses of Interface
m.c.m.proxyma.buffers.ByteBuffer

Packages that use ByteBuffer
m.c.m.proxyma.buffers   
m.c.m.proxyma.resource   
 

Uses of ByteBuffer in m.c.m.proxyma.buffers
 

Classes in m.c.m.proxyma.buffers that implement ByteBuffer
 class FileBuffer
           This class implements a ByteBuffer that can be used to store large and small binary data.
 class RamBuffer
          This class is a custom buffer to read and write byte data into RAM
 class SmartBuffer
           This class implements a generalyzed Buffer that can be used to store large and small binary data.
 

Methods in m.c.m.proxyma.buffers that return ByteBuffer
static ByteBuffer ByteBufferFactory.createNewByteBuffer(ProxymaContext context)
          Creates a new instance of a ByteBuffer implementation.
 

Methods in m.c.m.proxyma.buffers with parameters of type ByteBuffer
static ByteBufferReader ByteBufferFactory.createNewByteBufferReader(ByteBuffer theDataToRead)
          Creates a new instance of a ByteBufferReader implementation.
 

Uses of ByteBuffer in m.c.m.proxyma.resource
 

Methods in m.c.m.proxyma.resource that return ByteBuffer
 ByteBuffer ProxymaResponseDataBean.getData()
          Get the raw binary data of the response
 

Methods in m.c.m.proxyma.resource with parameters of type ByteBuffer
 void ProxymaResponseDataBean.setData(ByteBuffer aBuffer)
          Set the raw binary data of the response
 



Copyright © 2010. All Rights Reserved.