public class FixLenByteArrayOutputStream extends Object
ByteArrayOutputStream
which can reuse byte array.Constructor and Description |
---|
FixLenByteArrayOutputStream() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBuffer() |
int |
getCount() |
void |
setBuffer(byte[] buffer) |
void |
setCount(int count) |
int |
write(byte b) |
int |
write(byte[] b,
int off,
int len) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.