org.apache.blur.thirdparty.thrift_0_9_0
Class TByteArrayOutputStream
java.lang.Object
java.io.OutputStream
java.io.ByteArrayOutputStream
org.apache.blur.thirdparty.thrift_0_9_0.TByteArrayOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
- Direct Known Subclasses:
- ResetableTByteArrayOutputStream
public class TByteArrayOutputStream
- extends ByteArrayOutputStream
Class that allows access to the underlying buf without doing deep
copies on it.
Method Summary |
byte[] |
get()
|
int |
len()
|
TByteArrayOutputStream
public TByteArrayOutputStream(int size)
TByteArrayOutputStream
public TByteArrayOutputStream()
get
public byte[] get()
len
public int len()
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.