Package | Description |
---|---|
com.jbase.jremote | |
com.jbase.jremote.io |
Modifier and Type | Class and Description |
---|---|
class |
JDynArray
The JDynArray is a jBASE type that implements a dynamic string array
where attribute, value, and subvalue delimiters mark the array indices.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteObject |
Modifier and Type | Method and Description |
---|---|
protected IByteObject |
AbstractJBaseObjectReader.readByteObject(char code,
IByteObject o) |
IByteObject |
JBaseObjectReader.readObject(IByteObject o)
Reads/deserializes next byte object, a new IByteObject should be created and returned
if a null argument is passed in.
|
IByteObject |
AbstractJBaseObjectReader.readObject(IByteObject o)
Reads/deserializes next byte object, a new ByteObject will be created and returned
if a null argument is passed in.
|
Modifier and Type | Method and Description |
---|---|
protected IByteObject |
AbstractJBaseObjectReader.readByteObject(char code,
IByteObject o) |
IByteObject |
JBaseObjectReader.readObject(IByteObject o)
Reads/deserializes next byte object, a new IByteObject should be created and returned
if a null argument is passed in.
|
IByteObject |
AbstractJBaseObjectReader.readObject(IByteObject o)
Reads/deserializes next byte object, a new ByteObject will be created and returned
if a null argument is passed in.
|
void |
JBaseObjectWriter.writeObject(IByteObject o) |
void |
AbstractJBaseObjectWriter.writeObject(IByteObject o) |