All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.io.OutputStream | +----cryptix.util.io.NullOutputStream
Copyright © 1995-1997
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.1.1.1 $
public NullOutputStream()
public void close() throws IOException
public void flush() throws IOException
public void write(byte data[]) throws IOException
public void write(byte data[], int n, int m) throws IOException
public void write(int ch) throws IOException
All Packages Class Hierarchy This Package Previous Next Index