Uses of Interface
io.jstach.jstachio.output.LimitEncodedOutput
Packages that use LimitEncodedOutput
Package
Description
Output utility classes particularly for leveraging pre-encoding efficiently and shared
integration logic for plugging into web application frameworks.
-
Uses of LimitEncodedOutput in io.jstach.jstachio.output
Classes in io.jstach.jstachio.output that implement LimitEncodedOutputModifier and TypeClassDescriptionclassThresholdEncodedOutput<T,E extends Exception> This abstract output will limit buffering by byte count and then fallback to pushing to the downstream output type ofTonce limit is exceeded.static classAn OutputStream backed buffer limited encoded output.Methods in io.jstach.jstachio.output that return LimitEncodedOutputModifier and TypeMethodDescriptiondefault LimitEncodedOutput<OutputStream,IOException> BufferedEncodedOutput.limit(int limit, OutputFactory<OutputStream, IOException> factory) Decorates this buffer so that buffering is limited to certain amount and will eventually send all output to the OutputStream created by the factory.