public class BufferingInputOutputStream extends OutputStream
Constructor and Description |
---|
BufferingInputOutputStream() |
Modifier and Type | Method and Description |
---|---|
int |
available() |
byte[] |
nextBytes() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
close, flush
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 © 2017 Oracle Corporation. All rights reserved.