Uses of Class
org.web3d.vrml.export.compressors.CodeInputUnpacker
Packages that use CodeInputUnpacker
-
Uses of CodeInputUnpacker in org.web3d.vrml.export.compressors
Methods in org.web3d.vrml.export.compressors with parameters of type CodeInputUnpackerModifier and TypeMethodDescriptionstatic int
LZW.Expand
(CodeInputUnpacker inComp, byte[] outExp) Expand Compressed codes back to raw data.static int
LZW.Expand
(CodeInputUnpacker inComp, OutputStream outExp) Expand Compressed codes back to raw data.