Uses of Interface
io.jstach.jstachio.output.BufferedEncodedOutput
Packages that use BufferedEncodedOutput
Package
Description
Output utility classes particularly for leveraging pre-encoding efficiently and shared
integration logic for plugging into web application frameworks.
-
Uses of BufferedEncodedOutput in io.jstach.jstachio.output
Subinterfaces of BufferedEncodedOutput in io.jstach.jstachio.outputModifier and TypeInterfaceDescriptioninterfaceAn encoded output optimized for producing a singleByteBuffer.interfaceMaintains the encoded output in an iterable of chunks of typeTthat is optimized forasReadableByteChannel().Classes in io.jstach.jstachio.output that implement BufferedEncodedOutputModifier and TypeClassDescriptionclassA custom OutputStream that is designed for generating bytes from pre-encoded output as well as reused carefully either by threadlocals or some other pooling mechanism.Methods in io.jstach.jstachio.output that return BufferedEncodedOutputModifier and TypeMethodDescriptionstatic BufferedEncodedOutputCreate a buffered encoded output backed by a sequence of chunks.