|
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.StreamParameter
org.eclipse.soda.dk.parameter.StreamLengthParameter
org.eclipse.soda.dk.parameter.StreamOffsetParameter
public class StreamOffsetParameter
| Field Summary | |
|---|---|
protected int |
offset
Define the offset (int) field. |
| Fields inherited from class org.eclipse.soda.dk.parameter.StreamParameter |
|---|
MASKS, SET_MASKS, SET_TOP_MASKS |
| 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, SERVICE_NAME, SHORT, STRING, UNLIMITED, UNSIGNED, USE_CURSOR, USE_CURSOR_INSERT |
| Constructor Summary | |
|---|---|
StreamOffsetParameter(java.lang.String key,
int offset,
int length)
Constructs an instance of this class from the specified key, offset and length parameters. |
|
StreamOffsetParameter(java.lang.String key,
int offset,
int length,
short style)
Constructs an instance of this class from the specified key, offset, length and style parameters. |
|
StreamOffsetParameter(java.lang.String key,
int offset,
int length,
short style,
short externalStyle)
Constructs an instance of this class from the specified key, offset, length, style and external style parameters. |
|
| Method Summary | |
|---|---|
int |
getOffset()
Gets the offset (int) value. |
protected int |
getOffset(ParameterCursorService cursor)
Get offset with the specified cursor parameter and return the int result. |
int |
getOffsetDefault()
Gets the offset default (int) value. |
void |
setOffset(int offset)
Sets the offset value. |
| Methods inherited from class org.eclipse.soda.dk.parameter.StreamLengthParameter |
|---|
getLength, getLength, getLengthDefault, setLength |
| Methods inherited from class org.eclipse.soda.dk.parameter.StreamParameter |
|---|
decode, decodeBytes, decodeEnd, decodeMessage, decodeString, decodeValue, decodeValue, encode, encodeString, encodeValue, encodeValue, getBytes, getDefaultStyle, getExternalStyle, getExternalTypeStyle, getKey, getLong, getOffsetLength, getStyle, getTransform, getTypeStyle, isArray, isConstantParameter, isInsert, isLittleEndian, isUnsigned, setBits, setBytes, setExternalStyle, setKey, setStyle, updateCursor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected int offset
| Constructor Detail |
|---|
public StreamOffsetParameter(java.lang.String key,
int offset,
int length)
key - The key (String) parameter.offset - The offset (int) parameter.length - The length (int) parameter.StreamOffsetParameter(String,int,int,short),
StreamOffsetParameter(String,int,int,short,short)
public StreamOffsetParameter(java.lang.String key,
int offset,
int length,
short style)
key - The key (String) parameter.offset - The offset (int) parameter.length - The length (int) parameter.style - The style (short) parameter.StreamOffsetParameter(String,int,int),
StreamOffsetParameter(String,int,int,short,short)
public StreamOffsetParameter(java.lang.String key,
int offset,
int length,
short style,
short externalStyle)
key - The key (String) parameter.offset - The offset (int) parameter.length - The length (int) parameter.style - The style (short) parameter.externalStyle - The external style (short) parameter.StreamOffsetParameter(String,int,int),
StreamOffsetParameter(String,int,int,short)| Method Detail |
|---|
public int getOffset()
int) value.getOffset(ParameterCursorService),
setOffset(int)protected int getOffset(ParameterCursorService cursor)
getOffset in class StreamParametercursor - The cursor (ParameterCursorService) parameter.
int) value.getOffset(),
setOffset(int)public int getOffsetDefault()
getOffsetDefault in class StreamParameterint) value.public void setOffset(int offset)
offset - The offset (int) parameter.getOffset(),
getOffset(ParameterCursorService)
|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||