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 intLZW.Compress(byte[] inRaw, int validCount, CodeOutputPacker outComp) Compress a sequence of raw data bytes.static intLZW.Compress(byte[] inRaw, CodeOutputPacker outComp) Compress a sequence of raw data bytes.static intLZW.Compress(InputStream inRaw, CodeOutputPacker outComp)