public class StreamBuffer extends ByteArrayOutputStream
buf, count| Constructor and Description |
|---|
StreamBuffer() |
StreamBuffer(int len) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
read(int len) |
void |
reset() |
InputStream |
toInputStream() |
void |
writeStream(byte[] b,
int off,
int len) |
close, size, toByteArray, toString, toString, toString, write, write, writeToflush, writepublic byte[] read(int len)
throws IOException
IOExceptionpublic void reset()
reset in class ByteArrayOutputStreampublic InputStream toInputStream()
public void writeStream(byte[] b,
int off,
int len)
Copyright © 2026. All rights reserved.