Uses of Class
com.sentilla.io.ByteBuffer

Packages that use ByteBuffer
com.sentilla.io Sentilla input/output classes for data manipulation. 
com.sentilla.net Sentilla networking libraries for wireless and wired communication. 
com.sentilla.net.mimeo Private: for Sentilla internal use only. 
com.sentilla.platform.cmote Sentilla system implementations for the Client applications running on a host. 
 

Uses of ByteBuffer in com.sentilla.io
 

Methods in com.sentilla.io with parameters of type ByteBuffer
 int ByteBuffer.cmp(ByteBuffer b)
          Check if a given ByteBuffer is equal to this byte buffer.
 int ByteBuffer.read(ByteBuffer b, int length)
          Read a specified length of bytes from the byte buffer stream into another ByteBuffer
 Object ObjectStreamDelegate.readObject(ByteBuffer b)
           
 void SynchronousSendRx.relay(ByteBuffer buf, int outlen, int inlen)
           
 void ByteBuffer.write(ByteBuffer b)
          Write bytes into the byte buffer.
 void ByteBuffer.write(ByteBuffer b, int length)
          Write bytes into the byte buffer.
 void ObjectStreamDelegate.writeObject(ByteBuffer b, Object o)
           
 

Uses of ByteBuffer in com.sentilla.net
 

Methods in com.sentilla.net with parameters of type ByteBuffer
 void ByteReceiver.receive(ByteBuffer buf)
          Receive data into a ByteBuffer.
 void ByteSender.send(ByteBuffer buf)
          Transmits a ByteBuffer.
 ByteReceiver ByteReceiver.setReceive(ByteBuffer buf)
          Set the ByteBuffer to receive data into, but do not submit to the kernel.
 ByteSender ByteSender.setSend(ByteBuffer buf)
          Set the ByteBuffer containing data to be transmitted.
 

Uses of ByteBuffer in com.sentilla.net.mimeo
 

Methods in com.sentilla.net.mimeo with parameters of type ByteBuffer
 void RamByteImage.readBytes(int offset, int offsetEnd, ByteBuffer body)
           
abstract  void MimeoImage.readBytes(int offset, int offsetEnd, ByteBuffer body)
           
 void ManifestImage.readBytes(int offset, int offsetEnd, ByteBuffer body)
           
 void FileImage.readBytes(int offset, int offsetEnd, ByteBuffer body)
           
 void RamByteImage.writeBytes(int offset, ByteBuffer body)
           
protected abstract  void MimeoImage.writeBytes(int offset, ByteBuffer body)
           
protected  void ManifestImage.writeBytes(int offset, ByteBuffer body)
           
 void FileImage.writeBytes(int offset, ByteBuffer body)
           
 boolean MimeoImage.writePage(int offset, ByteBuffer body)
           
 

Uses of ByteBuffer in com.sentilla.platform.cmote
 

Fields in com.sentilla.platform.cmote declared as ByteBuffer
 ByteBuffer ByteBufferMessage.buffer
           
 

Methods in com.sentilla.platform.cmote with parameters of type ByteBuffer
 void ByteReceiver.receive(ByteBuffer buf)
           
 void ByteSender.send(ByteBuffer buf)
           
 ByteReceiver ByteReceiver.setReceive(ByteBuffer buf)
           
 ByteSender ByteSender.setSend(ByteBuffer buf)
           
 

Constructors in com.sentilla.platform.cmote with parameters of type ByteBuffer
ByteBufferMessage(ByteBuffer buffer, int port)
           
 



Copyright © 2007 Sentilla Corporation. All Rights Reserved.