Closeable
, Flushable
, AutoCloseable
public class UnsyncByteArrayOutputStream extends OutputStream
Constructor | Description |
---|---|
UnsyncByteArrayOutputStream() |
Modifier and Type | Method | Description |
---|---|---|
void |
reset() |
|
byte[] |
toByteArray() |
|
void |
write(byte[] arg0) |
|
void |
write(byte[] arg0,
int arg1,
int arg2) |
|
void |
write(int arg0) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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 © 2000–2018 The Apache Software Foundation. All rights reserved.