public final class ByteBufferOutputStream extends ByteArrayOutputStream
buf, count
Constructor and Description |
---|
ByteBufferOutputStream() |
ByteBufferOutputStream(int size) |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
getBuffer()
Returns the internal buffer of this output stream.
|
close, reset, size, toByteArray, toString, toString, toString, write, write, writeTo
flush, write
public ByteBufferOutputStream()
public ByteBufferOutputStream(int size)
public ByteBuffer getBuffer()
Copyright © 2020 JBoss by Red Hat. All rights reserved.