public class TestOutputStream extends OutputStream
| 构造器和说明 |
|---|
TestOutputStream(int length) |
public void write(int oneByte)
throws IOException
write 在类中 OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write 在类中 OutputStreamIOExceptionpublic void reset()
public int size()
public byte[] toByteArray()