Uses of Class
plugins.wcx.PackToMem

Packages that use PackToMem
plugins.wcx This Package contains the Total Commander Java Packer Plugin Interface. 
 

Uses of PackToMem in plugins.wcx
 

Methods in plugins.wcx with parameters of type PackToMem
 int WCXPluginInterface.packToMem(java.lang.Object hMemPack, java.lang.String bufIn, int inLen, java.lang.String bufOut, int outLen, int seekBy, PackToMem packToMem)
          PackToMem packs the next chunk of data passed to it and/or returns the compressed data to the calling program.
 int WCXPluginAdapter.packToMem(java.lang.Object hMemPack, java.lang.String bufIn, int inLen, java.lang.String bufOut, int outLen, int seekBy, PackToMem packToMem)
          PackToMem packs the next chunk of data passed to it and/or returns the compressed data to the calling program.