org.ccnx.ccn.io.NullOutputStream Class Reference
Helper class -- an interior output stream for a FilterOutputStream where the filter action is the only thing you care about (e.g.
More...
Inherits java::io::OutputStream.
List of all members.
|
Public Member Functions |
void | write (int b) throws IOException |
void | write (byte[] b) throws IOException |
void | write (byte[] b, int off, int len) throws IOException |
Detailed Description
Helper class -- an interior output stream for a FilterOutputStream where the filter action is the only thing you care about (e.g.
a DigestOutputStream where you just want to do streaming input into a digest with an OutputStream interface).
The documentation for this class was generated from the following file:
- src/org/ccnx/ccn/io/NullOutputStream.java