public class BufferingInputOutputStream extends OutputStream
| Constructor and Description |
|---|
BufferingInputOutputStream() |
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic byte[] nextBytes()
public int available()
Copyright © 2013 Oracle Corporation. All Rights Reserved.