| 接口 | 说明 |
|---|---|
| DataInputView |
This interface defines a view over some memory that can be used to sequentially read the contents
of the memory.
|
| DataOutputView |
This interface defines a view over some memory that can be used to sequentially write contents to
the memory.
|
| SeekableDataInputView |
Interface marking a
DataInputView as seekable. |
| 类 | 说明 |
|---|---|
| DataInputDeserializer |
A simple and efficient deserializer for the
DataInput interface. |
| DataInputViewStream |
An input stream that draws its data from a
DataInputView. |
| DataInputViewStreamWrapper |
Utility class that turns an
InputStream into a DataInputView. |
| DataOutputSerializer |
A simple and efficient serializer for the
DataOutput interface. |
| DataOutputViewStream |
An output stream that draws its data from a
DataOutputView. |
| DataOutputViewStreamWrapper |
Utility class that turns an
OutputStream into a DataOutputView. |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.