Uses of Class
com.ning.compress.lzf.impl.VanillaChunkEncoder
-
Packages that use VanillaChunkEncoder Package Description com.ning.compress.lzf.impl Package that contains implementation classes that are not part of public interface of LZF codec. -
-
Uses of VanillaChunkEncoder in com.ning.compress.lzf.impl
Methods in com.ning.compress.lzf.impl that return VanillaChunkEncoder Modifier and Type Method Description static VanillaChunkEncoder
VanillaChunkEncoder. nonAllocatingEncoder(int totalLength)
static VanillaChunkEncoder
VanillaChunkEncoder. nonAllocatingEncoder(int totalLength, BufferRecycler bufferRecycler)
-