Uses of Class
org.jgrapes.io.util.ManagedBufferReader
Package
Description
Utility classes, mainly for adapted buffers to specific needs.
-
Uses of ManagedBufferReader in org.jgrapes.io.util
Modifier and TypeMethodDescriptionSets the charset to be used iffeed(ManagedBuffer)
is invoked withManagedBuffer<ByteBuffer>
.ManagedBufferReader.nativeCharset()
Sets the charset to be used iffeed(ManagedBuffer)
is invoked withManagedBuffer<ByteBuffer>
to the charset specified as system propertynative.encoding
.ManagedBufferReader.setCharset
(Charset charset) Deprecated.
charset(Charset)
instead