public class StiByteArrayOutputStream
extends java.io.ByteArrayOutputStream
ByteArrayOutputStream wrapper
Copyright Stimulsoft| Constructor and Description |
|---|
StiByteArrayOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
toByteArray(int[] array)
Convert int array to byte array
|
void |
write(int[] b,
int off,
int len)
Write int array with offset
|
void |
writeOffset(int offset,
byte[] b,
int off,
int len)
Write byte array with offset
|
void |
writeOffset(int offset,
int[] b,
int off,
int len)
Write int array with offset
|
public void writeOffset(int offset,
byte[] b,
int off,
int len)
offset - b - off - len - public void writeOffset(int offset,
int[] b,
int off,
int len)
offset - b - off - len - public void write(int[] b,
int off,
int len)
b - off - len - public static byte[] toByteArray(int[] array)
array - Copyright © 2020 Stimulsoft. All Rights Reserved.