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