|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface allows objects to be read from or written to DataInput and DataOutput objects. There are also binary array methods to allow other types of storing, or for when it is necessary to know the length of the data.
Copyright © 1995-1997
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.2 $
Method Summary | |
void |
load(byte[] buffer)
Loads 'this' from a saved buffer. |
void |
read(java.io.DataInput in)
Reads 'this' from the DataInput object. |
byte[] |
save()
Saves 'this' into a buffer. |
void |
write(java.io.DataOutput out)
Writes 'this' to the DataOutput object. |
Method Detail |
public void load(byte[] buffer) throws java.io.IOException
public byte[] save() throws java.io.IOException
public void read(java.io.DataInput in) throws java.io.IOException
public void write(java.io.DataOutput out) throws java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |