public class SeekableByteArrayOutputStream extends ByteArrayOutputStream implements Seekable
buf, count| Constructor and Description |
|---|
SeekableByteArrayOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
seek(long position,
int whence) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
close, reset, size, toByteArray, toString, toString, toString, writeToflush, writepublic void write(int b)
write in class ByteArrayOutputStreampublic void write(byte[] b,
int off,
int len)
write in class ByteArrayOutputStreamCopyright © 2024. All rights reserved.