public class IfxByteArrayOutputStream
extends java.io.ByteArrayOutputStream
| Constructor and Description |
|---|
IfxByteArrayOutputStream() |
IfxByteArrayOutputStream(int size) |
| Modifier and Type | Method and Description |
|---|---|
void |
adjustTotalDataSize() |
byte[] |
getBuffer() |
int |
getCount() |
int |
getTotalDataSize() |
void |
reset() |
void |
setCount(int cnt) |
byte[] |
toByteArray() |
byte[] |
toByteArray(int begin,
int length) |
public IfxByteArrayOutputStream()
public IfxByteArrayOutputStream(int size)
public byte[] toByteArray()
toByteArray in class java.io.ByteArrayOutputStreampublic byte[] toByteArray(int begin,
int length)
public void adjustTotalDataSize()
public int getTotalDataSize()
public void reset()
reset in class java.io.ByteArrayOutputStreampublic int getCount()
public void setCount(int cnt)
public byte[] getBuffer()