Uses of Class
org.apache.cassandra.io.compress.ICompressor.WrappedArray

Packages that use ICompressor.WrappedArray
org.apache.cassandra.io.compress   
 

Uses of ICompressor.WrappedArray in org.apache.cassandra.io.compress
 

Methods in org.apache.cassandra.io.compress with parameters of type ICompressor.WrappedArray
 int DeflateCompressor.compress(byte[] input, int inputOffset, int inputLength, ICompressor.WrappedArray output, int outputOffset)
           
 int ICompressor.compress(byte[] input, int inputOffset, int inputLength, ICompressor.WrappedArray output, int outputOffset)
           
 int SnappyCompressor.compress(byte[] input, int inputOffset, int inputLength, ICompressor.WrappedArray output, int outputOffset)
           
 



Copyright © 2012 The Apache Software Foundation