Package | Description |
---|---|
com.jbase.framework.io |
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) |