Uses of Class
org.jgrapes.io.util.ByteBufferWriter
Packages that use ByteBufferWriter
Package
Description
Utility classes, mainly for adapted buffers to specific needs.
-
Uses of ByteBufferWriter in org.jgrapes.io.util
Methods in org.jgrapes.io.util that return ByteBufferWriterModifier and TypeMethodDescriptionByteBufferWriter.append
(char ch) ByteBufferWriter.append
(CharSequence csq) ByteBufferWriter.append
(CharSequence csq, int start, int end) Sets the charset to be used for converting the written data to bytes which defaults to UTF-8.ByteBufferWriter.nativeCharset()
Sets the charset to be used for converting the written data to bytes to the charset specified as system propertynative.encoding
.ByteBufferWriter.sendInputEvents()
ByteBufferWriter.setEventAssociations
(Map<Object, Object> associations) ByteBufferWriter.suppressClose()
ByteBufferWriter.suppressEndOfRecord()