All Packages Class Hierarchy This Package Previous Next Index
Class cryptix.util.Streamable
java.lang.Object
|
+----cryptix.util.Streamable
- public abstract class Streamable
- extends Object
- implements StreamInterface
This is a Streamable abstract base class that provides the load and
save methods from StreamInterface. Only the read and write methods
need defining for use.
Copyright © 1995-1997
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.2 $
- Author:
- unattributed
- See Also:
- StreamInterface
-
Streamable()
-
-
Streamable(byte[])
-
-
Streamable(DataInput)
-
-
load(byte[])
-
-
read(DataInput)
- Reads 'this' from the DataInput object.
-
save()
-
-
write(DataOutput)
- Writes 'this' to the DataOutput object.
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