|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Marshall | |
com.amx.duet.tools.io | Provides an assortment of classes and interfaces that deal with IO related tasks. |
Uses of Marshall in com.amx.duet.tools.io |
Methods in com.amx.duet.tools.io with parameters of type Marshall | |
static int |
MarshallUtil.VariableToString(Marshall encode,
ObjectRef rBuffer,
ObjectRef rPos)
This routine takes the variable encode and creates entries in the buffer to represent that variable. |
static int |
MarshallUtil.VariableToString(Marshall[] encodeArray,
ObjectRef rBuffer,
ObjectRef rPos)
This routine takes the variable encodeArray and creates entries in the buffer to represent that array. |
static int |
MarshallUtil.StringToVariable(Marshall decode,
ObjectRef rBuffer,
ObjectRef rPos)
This routine takes the Encode data from rBuffer and loads the values into the decode variable. |
static int |
MarshallUtil.StringToVariable(Marshall[] decodeArray,
ObjectRef rBuffer,
ObjectRef rPos)
This routine takes the Encode array data from rBuffer and loads the values into the decode array variable. |
static int |
MarshallUtil.LengthVariableToString(Marshall encode)
This routine calculates how many bytes it takes to encode a variable. |
static int |
MarshallUtil.LengthVariableToString(Marshall[] encodeArray)
This routine calculates how many bytes it takes to encode an array variable. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |