Package | Description |
---|---|
org.apache.hadoop.hbase.io |
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayOutputStream
Our own implementation of ByteArrayOutputStream where all methods are NOT synchronized and
supports writing ByteBuffer directly to it.
|
class |
ByteBufferListOutputStream
An OutputStream which writes data into ByteBuffers.
|
class |
ByteBufferOutputStream
Not thread safe!
|
class |
ByteBufferWriterDataOutputStream
Our extension of DataOutputStream which implements ByteBufferWriter
|
class |
ByteBufferWriterOutputStream
When deal with OutputStream which is not ByteBufferWriter type, wrap it with this class.
|
Copyright © 2007–2019 Cloudera. All rights reserved.