All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.io.OutputStream | +----java.io.FilterOutputStream | +----com.oreilly.servlet.multipart.MacBinaryDecoderOutputStream
MacBinaryDecoderOutput
filters MacBinary files to normal
files on the fly; optimized for speed more than readability.
public MacBinaryDecoderOutputStream(OutputStream out)
public void write(int b) throws IOException
public void write(byte b[]) throws IOException
public void write(byte b[], int off, int len) throws IOException
All Packages Class Hierarchy This Package Previous Next Index