A B C F G L N O S T

A

addCell(String, int) - Method in class com.msi.comms.bytebuffer.FixedBuffer
addCell add a cell to the end of the existing cells defining the buffer format.

B

buffer - Variable in class com.msi.comms.bytebuffer.FixedBuffer
 
Buffer - class com.msi.comms.bytebuffer.Buffer.
 
Buffer() - Constructor for class com.msi.comms.bytebuffer.Buffer
 
BufferCell - class com.msi.comms.bytebuffer.BufferCell.
Describe class BufferCell here.
BufferCell(int, int) - Constructor for class com.msi.comms.bytebuffer.BufferCell
Creates a new BufferCell instance.
BufferCell(int, int, String) - Constructor for class com.msi.comms.bytebuffer.BufferCell
Creates a new BufferCell instance.

C

cells - Variable in class com.msi.comms.bytebuffer.FixedBuffer
 
clearBuffer(byte) - Method in class com.msi.comms.bytebuffer.FixedBuffer
clearBuffer set all bytes in the buffer to the given value.
com.msi.comms.bytebuffer - package com.msi.comms.bytebuffer
Byte Buffer toolkit.

F

FixedBuffer - class com.msi.comms.bytebuffer.FixedBuffer.
FixedBuffer provides a model of a fixed length byte buffer as is commonly used in communications between various systems.
FixedBuffer(int) - Constructor for class com.msi.comms.bytebuffer.FixedBuffer
Creates a new FixedBuffer instance.

G

getBytes() - Method in class com.msi.comms.bytebuffer.FixedBuffer
getBytes return a copy of the buffer bytes.
getBytes(byte[]) - Method in class com.msi.comms.bytebuffer.BufferCell
getBytes retrieve the bytes associated with this Cell from the supplied byte array.
getCell(int) - Method in class com.msi.comms.bytebuffer.FixedBuffer
getCell retrieve the buffer contents specified by cell index.
getCellDouble(int) - Method in class com.msi.comms.bytebuffer.FixedBuffer
getCellDouble retrieve the buffer contents specified by cell index.
getCellInt(int) - Method in class com.msi.comms.bytebuffer.FixedBuffer
getCellInt retrieve the buffer contents specified by cell index.
getCells() - Method in class com.msi.comms.bytebuffer.FixedBuffer
Get the value of cells.
getCellText(int) - Method in class com.msi.comms.bytebuffer.FixedBuffer
getCellText retrieve the buffer contents specified by cell index.
getCellTextTrim(int) - Method in class com.msi.comms.bytebuffer.FixedBuffer
getCellTextTrim retrieve the buffer contents specified by cell index.
getLength() - Method in class com.msi.comms.bytebuffer.FixedBuffer
Get the value of length.
getLength() - Method in class com.msi.comms.bytebuffer.BufferCell
Get the value of length.
getName() - Method in class com.msi.comms.bytebuffer.BufferCell
Get the value of name.
getOffset() - Method in class com.msi.comms.bytebuffer.BufferCell
Get the value of offset.
getString(byte[]) - Method in class com.msi.comms.bytebuffer.BufferCell
getString retrieve the Cell as a String from the supplied buffer.

L

length - Variable in class com.msi.comms.bytebuffer.FixedBuffer
 
length - Variable in class com.msi.comms.bytebuffer.BufferCell
 

N

name - Variable in class com.msi.comms.bytebuffer.BufferCell
 
nextOffset() - Method in class com.msi.comms.bytebuffer.FixedBuffer
nextOffset calculate the index of the next available offset into the buffer.

O

offset - Variable in class com.msi.comms.bytebuffer.BufferCell
 

S

setBuffer(byte[]) - Method in class com.msi.comms.bytebuffer.FixedBuffer
setBuffer copy as much of the supplied data as possible into the buffer.
setBytes(byte[], byte[]) - Method in class com.msi.comms.bytebuffer.BufferCell
setBytes copy the supplied bytes into the supplied byte array.
setCell(int, byte[]) - Method in class com.msi.comms.bytebuffer.FixedBuffer
setCell copy the supplied bytes into the fixed buffer at the location defined by the cell at the supplied index.
setCells(ArrayList) - Method in class com.msi.comms.bytebuffer.FixedBuffer
Set the value of cells.
setLength(int) - Method in class com.msi.comms.bytebuffer.FixedBuffer
Set the value of length.
setLength(int) - Method in class com.msi.comms.bytebuffer.BufferCell
Set the value of length.
setName(String) - Method in class com.msi.comms.bytebuffer.BufferCell
Set the value of name.
setOffset(int) - Method in class com.msi.comms.bytebuffer.BufferCell
Set the value of offset.
setString(byte[], String) - Method in class com.msi.comms.bytebuffer.BufferCell
setString set the Cell data in the supplied buffer from the supplied String.

T

toString() - Method in class com.msi.comms.bytebuffer.FixedBuffer
toString presentation of class state.
toString() - Method in class com.msi.comms.bytebuffer.BufferCell
toString presentation of the class state.

A B C F G L N O S T

Copyright © 2002 Cingular. All Rights Reserved.