| 接口 | 说明 |
|---|---|
| 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.
|
| PageFileInput |
An interface to read pages from file.
|
| PageFileOutput |
An interface to write bytes with pages into file.
|
| SeekableDataInputView |
Interface marking a
DataInputView as seekable. |
| 类 | 说明 |
|---|---|
| CompressedPageFileInput |
A class to wrap compressed
RandomAccessFile. |
| CompressedPageFileOutput |
A class to output bytes with compression.
|
| 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. |
| UncompressedPageFileInput |
A class to wrap uncompressed
RandomAccessFile. |
| UncompressedPageFileOutput |
A class to wrap uncompressed
FileOutputStream. |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.