Uses of Class
org.jgrapes.io.util.AbstractBufferWriter
Package
Description
Utility classes, mainly for adapted buffers to specific needs.
-
Uses of AbstractBufferWriter in org.jgrapes.io.util
Modifier and TypeClassDescriptionclass
AnWriter
that encodes the data written to it and stores it in aByteBuffer
obtained from a queue.class
AnWriter
that is backed byCharBuffer
s obtained from a queue.Modifier and TypeMethodDescriptionprotected AbstractBufferWriter
<B> AbstractBufferWriter.sendInputEvents()
AbstractBufferWriter.setEventAssociations
(Map<Object, Object> associations) Configure associations that are applied to the generated Output events, seeEvent.setAssociated(java.lang.Object, java.lang.Object)
.AbstractBufferWriter.suppressClose()
Suppresses sending of a close event when the stream is closed.AbstractBufferWriter.suppressEndOfRecord()
Suppresses setting the end of record flag when the stream is flushed or closed.