Uses of Class
com.ning.compress.lzf.LZFChunk

Packages that use LZFChunk
com.ning.compress.lzf   
 

Uses of LZFChunk in com.ning.compress.lzf
 

Fields in com.ning.compress.lzf declared as LZFChunk
protected  LZFChunk LZFChunk._next
           
 

Methods in com.ning.compress.lzf that return LZFChunk
static LZFChunk LZFChunk.createCompressed(int origLen, byte[] encData, int encPtr, int encLen)
          Factory method for constructing compressed chunk
static LZFChunk LZFChunk.createNonCompressed(byte[] plainData, int ptr, int len)
          Factory method for constructing compressed chunk
 LZFChunk ChunkEncoder.encodeChunk(byte[] data, int offset, int len)
          Method for compressing (or not) individual chunks
 LZFChunk LZFChunk.next()
           
 

Methods in com.ning.compress.lzf with parameters of type LZFChunk
 void LZFChunk.setNext(LZFChunk next)
           
 



Copyright © 2011. All Rights Reserved.