Uses of Package
io.jstach.jstachio.output
Packages that use io.jstach.jstachio.output
Package
Description
Output utility classes particularly for leveraging pre-encoding efficiently and shared
integration logic for plugging into web application frameworks.
-
Classes in io.jstach.jstachio.output used by io.jstach.jstachio.outputClassDescriptionAn encoded output that will store the output in its preferred memory structure and can then be copied to an
OutputStreamor read from aReadableByteChannel.An encoded output optimized for producing a singleByteBuffer.Maintains the encoded output in an iterable of chunks of typeTthat is optimized forBufferedEncodedOutput.asReadableByteChannel().An encoded output that forwards all calls to a delegate.This output will limit buffering by byte count and then fallback to pushing to the downstream output type ofTonce limit is exceeded.An OutputStream like callback.Creates output like objects with a buffer size.This abstract output will limit buffering by byte count and then fallback to pushing to the downstream output type ofTonce limit is exceeded.