java.io.Closeable
, java.io.Flushable
, java.lang.AutoCloseable
public final class CellBufferOutputStream
extends java.io.ByteArrayOutputStream
Constructor | Description |
---|---|
CellBufferOutputStream(int length) |
The Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
byte[] |
getByteArray() |
Returns the underlying stream you should not use the stream while you have
a handle on this reference.
|
void |
seek(int pointer) |
Sets the pointer to specified point in the array.
|
close, reset, size, toByteArray, toString, toString, toString, toString, write, write, writeTo
Copyright © 2018. All rights reserved.