| 类 | 说明 |
|---|---|
| ByteBuffer |
ByteBuffer is a dynamic byte array that can automatically expand based on the writing offset.
|
| ByteBufferInputStream |
ByteBufferInputStream is an input stream that provides more convenient methods for reading from a ByteBuffer.
|
| ByteBufferIOStream |
Abstract ByteBuffer IO stream.
|
| ByteBufferOutputStream |
Output stream of ByteBuffer which supplies more convenient methods for writing.
|
Copyright © 2019–2025 indunet. All rights reserved.