|
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.SizeBlock
org.eclipse.soda.dk.block.MessageSizeBlock
public class MessageSizeBlock
| 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.LengthBlockService |
|---|
SERVICE_NAME |
| Constructor Summary | |
|---|---|
MessageSizeBlock()
Constructs an instance of this class. |
|
MessageSizeBlock(int length)
Constructs an instance of this class from the specified length parameter. |
|
MessageSizeBlock(java.lang.String key)
Constructs an instance of this class from the specified key parameter. |
|
MessageSizeBlock(java.lang.String key,
int length)
Constructs an instance of this class from the specified key and length parameters. |
|
MessageSizeBlock(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.SizeBlock |
|---|
getCorrectLength, updateLength |
| Methods inherited from class org.eclipse.soda.dk.block.LengthBlock |
|---|
decodeBytes, encodeBytes, isConstantParameter, updateCursor |
| 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.LengthBlockService |
|---|
getLength |
| Constructor Detail |
|---|
public MessageSizeBlock()
MessageSizeBlock(int),
MessageSizeBlock(String,int,int),
MessageSizeBlock(String,int),
MessageSizeBlock(String)public MessageSizeBlock(int length)
length - The length (int) parameter.MessageSizeBlock(),
MessageSizeBlock(String,int,int),
MessageSizeBlock(String,int),
MessageSizeBlock(String)
public MessageSizeBlock(java.lang.String key,
int offset,
int length)
key - The key (String) parameter.offset - The offset (int) parameter.length - The length (int) parameter.MessageSizeBlock(),
MessageSizeBlock(int),
MessageSizeBlock(String,int),
MessageSizeBlock(String)
public MessageSizeBlock(java.lang.String key,
int length)
key - The key (String) parameter.length - The length (int) parameter.MessageSizeBlock(),
MessageSizeBlock(int),
MessageSizeBlock(String,int,int),
MessageSizeBlock(String)public MessageSizeBlock(java.lang.String key)
key - The key (String) parameter.MessageSizeBlock(),
MessageSizeBlock(int),
MessageSizeBlock(String,int,int),
MessageSizeBlock(String,int)
|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||