Xj3D VRML/X3D Code API

Uses of Class
org.web3d.vrml.export.compressors.CodeOutputPacker

Packages that use CodeOutputPacker
org.web3d.vrml.export.compressors Tools for compressing 3D content. 
 

Uses of CodeOutputPacker in org.web3d.vrml.export.compressors
 

Methods in org.web3d.vrml.export.compressors with parameters of type CodeOutputPacker
static int LZW.Compress(java.io.InputStream inRaw, CodeOutputPacker outComp)
           
static int LZW.Compress(byte[] inRaw, CodeOutputPacker outComp)
          Compress a sequence of raw data bytes.
static int LZW.Compress(byte[] inRaw, int validCount, CodeOutputPacker outComp)
          Compress a sequence of raw data bytes.
 


Xj3D VRML/X3D Code API

Copyright © 2001 - 2005 Web3D Consortium