Uses of Interface
io.jstach.jstachio.output.ByteBufferEncodedOutput
Packages that use ByteBufferEncodedOutput
Package
Description
Output utility classes particularly for leveraging pre-encoding efficiently and shared
integration logic for plugging into web application frameworks.
-
Uses of ByteBufferEncodedOutput in io.jstach.jstachio.output
Classes in io.jstach.jstachio.output that implement ByteBufferEncodedOutputModifier 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 ByteBufferEncodedOutputModifier and TypeMethodDescriptionstatic ByteBufferEncodedOutputByteBufferEncodedOutput.ofByteArray(Charset charset) CallsofByteArray(Charset, int)with initial size of 4096.static ByteBufferEncodedOutputByteBufferEncodedOutput.ofByteArray(Charset charset, int initialSize) Create a buffered encoded output backed by an array that will grow as needed analagous to StringBuilder and/orByteArrayOutputStream.