| 接口 | 说明 |
|---|---|
| ByteProcessor |
Provides a mechanism to iterate over a collection of bytes.
|
| Bytes.ByteConsumer |
Used to consume bytes.
|
| Bytes.ByteSupplier |
Used to supply bytes.
|
| 类 | 说明 |
|---|---|
| ByteProcessor.IndexNotOfProcessor |
A
ByteProcessor which finds the first appearance which is not of a specific byte. |
| ByteProcessor.IndexOfProcessor |
A
ByteProcessor which finds the first appearance of a specific byte. |
| Bytes |
Utility methods for :
1) reading and writing bytes.
2) Converter a byte to int or long, or back
|
| Bytes.InputStreamByteSupplier |
Bytes.ByteSupplier based on InputStream. |
| Bytes.OutputStreamByteConsumer |
Bytes.ByteConsumer based on OutputStream. |
Copyright © 2022. All rights reserved.