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, writeTo
flush, write
public void write(int b)
write
in class ByteArrayOutputStream
public void write(byte[] b, int off, int len)
write
in class ByteArrayOutputStream
Copyright © 2024. All rights reserved.