Bytes instances.See: Description
Bytes instances.
The BytesPool class is used for pooling Bytes
instances to reduce the overhead of frequently creating new instances. It uses a ThreadLocal storage to ensure
that each thread has its own instance of Bytes.
Copyright © 2024. All rights reserved.