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, flushpublic 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 © 2022. All rights reserved.