public class FixLenByteArrayOutputStream extends Object
ByteArrayOutputStream
FixLenByteArrayOutputStream()
byte[]
getBuffer()
int
getCount()
void
setBuffer(byte[] buffer)
setCount(int count)
write(byte b)
write(byte[] b, int off, int len)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FixLenByteArrayOutputStream()
public void setBuffer(byte[] buffer)
public byte[] getBuffer()
public int write(byte[] b, int off, int len)
public int getCount()
public int write(byte b)
public void setCount(int count)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.