|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
java.io.ByteArrayOutputStream
com.stimulsoft.base.utils.StiByteArrayOutputStream
public class StiByteArrayOutputStream
ByteArrayOutputStream
wrapper
Copyright Stimulsoft
Constructor Summary | |
---|---|
StiByteArrayOutputStream()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.io.ByteArrayOutputStream |
---|
close, reset, size, toByteArray, toString, toString, toString, write, write, writeTo |
Methods inherited from class java.io.OutputStream |
---|
flush, write |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StiByteArrayOutputStream()
Method Detail |
---|
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
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |