com.oreilly.servlet.multipart
类 MacBinaryDecoderOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
com.oreilly.servlet.multipart.MacBinaryDecoderOutputStream
- 所有已实现的接口:
- Closeable, Flushable
public class MacBinaryDecoderOutputStream
- extends FilterOutputStream
A MacBinaryDecoderOutput filters MacBinary files to normal
files on the fly; optimized for speed more than readability.
- 作者:
- Jason Hunter
|
方法摘要 |
void |
write(byte[] b)
|
void |
write(byte[] b,
int off,
int len)
|
void |
write(int b)
|
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MacBinaryDecoderOutputStream
public MacBinaryDecoderOutputStream(OutputStream out)
write
public void write(int b)
throws IOException
- 覆盖:
- 类
FilterOutputStream 中的 write
- 抛出:
IOException
write
public void write(byte[] b)
throws IOException
- 覆盖:
- 类
FilterOutputStream 中的 write
- 抛出:
IOException
write
public void write(byte[] b,
int off,
int len)
throws IOException
- 覆盖:
- 类
FilterOutputStream 中的 write
- 抛出:
IOException
Copyright © 2013. All Rights Reserved.