public class MacBinaryDecoderOutputStream extends FilterOutputStream
MacBinaryDecoderOutput filters MacBinary files to normal
files on the fly; optimized for speed more than readability.out| 构造器和说明 |
|---|
MacBinaryDecoderOutputStream(OutputStream out) |
public MacBinaryDecoderOutputStream(OutputStream out)
public void write(int b)
throws IOException
write 在类中 FilterOutputStreamIOExceptionpublic void write(byte[] b)
throws IOException
write 在类中 FilterOutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write 在类中 FilterOutputStreamIOExceptionCopyright © 2022. All rights reserved.