public class UnsyncByteArrayOutputStream extends OutputStream
Constructor and Description |
---|
UnsyncByteArrayOutputStream() |
Modifier and Type | Method and Description |
---|---|
void |
reset() |
byte[] |
toByteArray() |
void |
write(byte[] arg0) |
void |
write(byte[] arg0,
int arg1,
int arg2) |
void |
write(int arg0) |
close, flush
public void write(byte[] arg0)
write
in class OutputStream
public void write(byte[] arg0, int arg1, int arg2)
write
in class OutputStream
public void write(int arg0)
write
in class OutputStream
public byte[] toByteArray()
public void reset()
Copyright © 2007-2019. All Rights Reserved.