Helper class -- an interior output stream for a FilterOutputStream where the filter action is the only thing you care about (e.g. More...
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 |
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).