|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.core.EscObject
org.eclipse.soda.dk.parameter.BaseParameter
org.eclipse.soda.dk.parameter.BaseKeyParameter
org.eclipse.soda.dk.parameter.NumberParameter
org.eclipse.soda.dk.parameter.SimpleIntegerParameter
org.eclipse.soda.dk.parameter.IntegerParameter
org.eclipse.soda.dk.block.LengthBlock
org.eclipse.soda.dk.block.MessageLengthBlock
public class MessageLengthBlock
| Field Summary |
|---|
| Fields inherited from class org.eclipse.soda.dk.parameter.SimpleIntegerParameter |
|---|
INTEGER_LENGTH |
| Fields inherited from class org.eclipse.soda.dk.parameter.BaseKeyParameter |
|---|
key |
| Fields inherited from class org.eclipse.soda.dk.parameter.BaseParameter |
|---|
BIT_MASKS, MASKS, SET_MASKS, SET_TOP_MASKS |
| Fields inherited from interface org.eclipse.soda.dk.parameter.service.MessageLengthBlockService |
|---|
SERVICE_NAME |
| Fields inherited from interface org.eclipse.soda.dk.parameter.service.ParameterService |
|---|
ARRAY, ASCII, ASCIIZ, BOOLEAN, BYTE, BYTES, DOUBLE, FLOAT, HEXASCII, HEXSTRING, INSERT, INTEGER, LITTLEENDIAN, LONG, NASCII, NSTRING, NULL, SHORT, STRING, UNLIMITED, UNSIGNED, USE_CURSOR, USE_CURSOR_INSERT |
| Fields inherited from interface org.eclipse.soda.dk.parameter.service.LengthBlockService |
|---|
SERVICE_NAME |
| Constructor Summary | |
|---|---|
MessageLengthBlock()
Constructs an instance of this class. |
|
MessageLengthBlock(int length)
Constructs an instance of this class from the specified length parameter. |
|
MessageLengthBlock(java.lang.String key)
Constructs an instance of this class from the specified key parameter. |
|
MessageLengthBlock(java.lang.String key,
int length)
Constructs an instance of this class from the specified key and length parameters. |
|
MessageLengthBlock(java.lang.String key,
int offset,
int length)
Constructs an instance of this class from the specified key, offset and length parameters. |
|
| Method Summary |
|---|
| Methods inherited from class org.eclipse.soda.dk.block.LengthBlock |
|---|
decodeBytes, encodeBytes, getCorrectLength, isConstantParameter, updateCursor, updateLength |
| Methods inherited from class org.eclipse.soda.dk.parameter.IntegerParameter |
|---|
getLength, getOffset, setLength, setOffset |
| Methods inherited from class org.eclipse.soda.dk.parameter.NumberParameter |
|---|
longValue |
| Methods inherited from class org.eclipse.soda.dk.parameter.BaseKeyParameter |
|---|
getKey, setKey |
| Methods inherited from class org.eclipse.soda.dk.parameter.BaseParameter |
|---|
createCursorChild, decode, decodeEnd, decodeString, decodeValue, decodeValue, encode, encodeData, encodeString, encodeValue, encodeValue, expand, expand, getAbsoluteOffset, getBytes, getDefaultStyle, getLength, getLittleEndianLong, getLong, getOffsetAbsolute, getOffsetDefault, getOffsetLength, getOffsetValue, getUnsignedInteger, getUnsignedLittleEndianLong, getUnsignedLittleEngianLong, getUnsignedLong, isInsert, isInsert, needsCursor, setBits, setBits, setBits, setBitsLittleEngian, setBytes, setBytes, setBytes, setBytesLittleEndian, updateCursor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.soda.dk.parameter.service.ParameterService |
|---|
decodeValue, decodeValue, encodeValue, encodeValue, getKey, isConstantParameter |
| Methods inherited from interface org.eclipse.soda.dk.data.parameter.service.DataParameterService |
|---|
decode, encode |
| Methods inherited from interface org.eclipse.soda.dk.parameter.service.LengthBlockService |
|---|
getLength |
| Constructor Detail |
|---|
public MessageLengthBlock(int length)
length - The length (int) parameter.MessageLengthBlock(String,int,int),
MessageLengthBlock(String,int),
MessageLengthBlock(String),
MessageLengthBlock()
public MessageLengthBlock(java.lang.String key,
int offset,
int length)
key - The key (String) parameter.offset - The offset (int) parameter.length - The length (int) parameter.MessageLengthBlock(int),
MessageLengthBlock(String,int),
MessageLengthBlock(String),
MessageLengthBlock()
public MessageLengthBlock(java.lang.String key,
int length)
key - The key (String) parameter.length - The length (int) parameter.MessageLengthBlock(int),
MessageLengthBlock(String,int,int),
MessageLengthBlock(String),
MessageLengthBlock()public MessageLengthBlock(java.lang.String key)
key - The key (String) parameter.MessageLengthBlock(int),
MessageLengthBlock(String,int,int),
MessageLengthBlock(String,int),
MessageLengthBlock()public MessageLengthBlock()
MessageLengthBlock(int),
MessageLengthBlock(String,int,int),
MessageLengthBlock(String,int),
MessageLengthBlock(String)
|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||