Package com.amazon.ion.impl.bin.utf8
-
Class Summary Class Description ByteBufferPool A thread-safe shared pool ofPoolableByteBuffer
s.PoolableByteBuffer Holds a reusableByteBuffer
.Utf8StringDecoder DecodesString
s from UTF-8.Utf8StringDecoderPool A thread-safe shared pool ofUtf8StringDecoder
s that can be used for UTF8 decoding.Utf8StringEncoder EncodesString
s to UTF-8.Utf8StringEncoder.Result Represents the result of aUtf8StringEncoder.encode(String)
operation.Utf8StringEncoderPool A thread-safe shared pool ofUtf8StringEncoder
s that can be used for UTF8 encoding.