|
jremote jbase5.2.1 | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IByteObject | |
---|---|
com.jbase.jremote | |
com.jbase.jremote.io |
Uses of IByteObject in com.jbase.jremote |
---|
Classes in com.jbase.jremote that implement IByteObject | |
---|---|
class |
JDynArray
The JDynArray is a jBASE type that implements a dynamic string array where attribute, value, and subvalue delimiters mark the array indices. |
Uses of IByteObject in com.jbase.jremote.io |
---|
Classes in com.jbase.jremote.io that implement IByteObject | |
---|---|
class |
ByteObject
|
Methods in com.jbase.jremote.io that return IByteObject | |
---|---|
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. |
Methods in com.jbase.jremote.io with parameters of type IByteObject | |
---|---|
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)
|
|
jremote jbase5.2.1 | ||||||||
PREV NEXT | FRAMES NO FRAMES |