Class cryptix.util.Streamable
All Packages Class Hierarchy This Package Previous Next Index
Class cryptix.util.Streamable
java.lang.Object
|
+----cryptix.util.Streamable
- public class Streamable
- extends Object
- implements StreamInterface
This is a Streamable abstract base class that
allows provides the load and save methods.
Only the read and write methods need defining for use.
- See Also:
- StreamInterface
-
Streamable()
-
-
Streamable(byte[])
-
-
Streamable(DataInput)
-
-
load(byte[])
-
-
read(DataInput)
- This reads the object from the data input stream
-
save()
-
-
write(DataOutput)
- This writes the object to the data output stream
Streamable
public Streamable()
Streamable
public Streamable(byte buf[]) throws IOException
Streamable
public Streamable(DataInput in) throws IOException
load
public final void load(byte buf[]) throws IOException
save
public final byte[] save() throws IOException
All Packages Class Hierarchy This Package Previous Next Index