Uses of Class
org.web3d.vrml.export.compressors.CodeOutputPacker
Packages that use CodeOutputPacker
-
Uses of CodeOutputPacker in org.web3d.vrml.export.compressors
Methods in org.web3d.vrml.export.compressors with parameters of type CodeOutputPackerModifier and TypeMethodDescriptionstatic int
LZW.Compress
(byte[] inRaw, int validCount, CodeOutputPacker outComp) Compress a sequence of raw data bytes.static int
LZW.Compress
(byte[] inRaw, CodeOutputPacker outComp) Compress a sequence of raw data bytes.static int
LZW.Compress
(InputStream inRaw, CodeOutputPacker outComp)