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

Constructor Index

 o Streamable()
 o Streamable(byte[])
 o Streamable(DataInput)

Method Index

 o load(byte[])
 o read(DataInput)
Reads 'this' from the DataInput object.
 o save()
 o write(DataOutput)
Writes 'this' to the DataOutput object.

Constructors

 o Streamable
 public Streamable()
 o Streamable
 public Streamable(byte buf[]) throws IOException
 o Streamable
 public Streamable(DataInput in) throws IOException

Methods

 o load
 public final void load(byte buf[]) throws IOException
 o save
 public final byte[] save() throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index