|
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.ByteLengthBlock
public class ByteLengthBlock
| 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 | |
|---|---|
ByteLengthBlock()
Constructs an instance of this class. |
|
ByteLengthBlock(java.lang.String key)
Constructs an instance of this class from the specified key parameter. |
|
ByteLengthBlock(java.lang.String key,
int length)
Constructs an instance of this class from the specified key and length parameters. |
|
ByteLengthBlock(java.lang.String key,
int offset,
int length)
Constructs an instance of this class from the specified key, offset and length parameters. |
|
| Method Summary | |
|---|---|
protected int |
updateLength(int length)
Update length with the specified length parameter and return the int result. |
| Methods inherited from class org.eclipse.soda.dk.block.LengthBlock |
|---|
decodeBytes, encodeBytes, getCorrectLength, 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 ByteLengthBlock(java.lang.String key)
key - The key (String) parameter.ByteLengthBlock(),
ByteLengthBlock(String,int),
ByteLengthBlock(String,int,int)public ByteLengthBlock()
ByteLengthBlock(String),
ByteLengthBlock(String,int),
ByteLengthBlock(String,int,int)
public ByteLengthBlock(java.lang.String key,
int length)
key - The key (String) parameter.length - The length (int) parameter.ByteLengthBlock(String),
ByteLengthBlock(),
ByteLengthBlock(String,int,int)
public ByteLengthBlock(java.lang.String key,
int offset,
int length)
key - The key (String) parameter.offset - The offset (int) parameter.length - The length (int) parameter.ByteLengthBlock(String),
ByteLengthBlock(),
ByteLengthBlock(String,int)| Method Detail |
|---|
protected int updateLength(int length)
updateLength in class LengthBlocklength - The length (int) parameter.
int) value.LengthBlock.getCorrectLength(int)
|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||