Skip navigation links
C D G M N O S U W 

C

calculateCRC32C(byte[], int, int) - Method in class org.iq80.snappy.SnappyOutputStream
Deprecated.
 
compress(byte[], int, int, byte[], int) - Static method in class org.iq80.snappy.Snappy
 
compress(byte[]) - Static method in class org.iq80.snappy.Snappy
 
CorruptionException - Exception in org.iq80.snappy
 
CorruptionException() - Constructor for exception org.iq80.snappy.CorruptionException
 
CorruptionException(String) - Constructor for exception org.iq80.snappy.CorruptionException
 
CorruptionException(String, Throwable) - Constructor for exception org.iq80.snappy.CorruptionException
 
CorruptionException(Throwable) - Constructor for exception org.iq80.snappy.CorruptionException
 

D

DEFAULT_BLOCK_SIZE - Static variable in class org.iq80.snappy.SnappyFramedOutputStream
 
DEFAULT_MIN_COMPRESSION_RATIO - Static variable in class org.iq80.snappy.SnappyFramedOutputStream
 
determineSnappyInputStream(InputStream, boolean) - Static method in class org.iq80.snappy.Snappy
Uses the stream marker bytes to determine if the SnappyFramedInputStream or SnappyInputStream should be used to decompress the content of source.

G

getFrameData(byte[], byte[], int) - Method in class org.iq80.snappy.SnappyFramedInputStream
 
getFrameData(byte[], byte[], int) - Method in class org.iq80.snappy.SnappyInputStream
Deprecated.
 
getFrameMetaData(byte[]) - Method in class org.iq80.snappy.SnappyFramedInputStream
 
getFrameMetaData(byte[]) - Method in class org.iq80.snappy.SnappyInputStream
Deprecated.
 
getUncompressedLength(byte[], int) - Static method in class org.iq80.snappy.Snappy
 

M

Main - Class in org.iq80.snappy
 
Main() - Constructor for class org.iq80.snappy.Main
 
main(String[]) - Static method in class org.iq80.snappy.Main
 
MAX_BLOCK_SIZE - Static variable in class org.iq80.snappy.SnappyFramedOutputStream
We place an additional restriction that the uncompressed data in a chunk must be no longer than 65536 bytes.
maxCompressedLength(int) - Static method in class org.iq80.snappy.Snappy
 
MIN_COMPRESSION_RATIO - Static variable in class org.iq80.snappy.SnappyOutputStream
Deprecated.
Write out the uncompressed content if the compression ratio (compressed length / raw length) exceeds this value.

N

newChecksumFreeBenchmarkOutputStream(OutputStream) - Static method in class org.iq80.snappy.SnappyOutputStream
Deprecated.
Creates a Snappy output stream with block checksums disabled.

O

org.iq80.snappy - package org.iq80.snappy
 

S

Snappy - Class in org.iq80.snappy
 
SnappyFramedInputStream - Class in org.iq80.snappy
Implements the x-snappy-framed as an InputStream.
SnappyFramedInputStream(InputStream, boolean) - Constructor for class org.iq80.snappy.SnappyFramedInputStream
 
SnappyFramedOutputStream - Class in org.iq80.snappy
Implements the x-snappy-framed as an OutputStream.
SnappyFramedOutputStream(OutputStream) - Constructor for class org.iq80.snappy.SnappyFramedOutputStream
 
SnappyFramedOutputStream(OutputStream, int, double) - Constructor for class org.iq80.snappy.SnappyFramedOutputStream
 
SnappyInputStream - Class in org.iq80.snappy
Deprecated.
Prefer the use of SnappyFramedInputStream which implements the standard x-snappy-framed specification.
SnappyInputStream(InputStream) - Constructor for class org.iq80.snappy.SnappyInputStream
Deprecated.
Creates a Snappy input stream to read data from the specified underlying input stream.
SnappyInputStream(InputStream, boolean) - Constructor for class org.iq80.snappy.SnappyInputStream
Deprecated.
Creates a Snappy input stream to read data from the specified underlying input stream.
SnappyOutputStream - Class in org.iq80.snappy
Deprecated.
Use SnappyFramedOutputStream which implements the standard x-snappy-framed specification.
SnappyOutputStream(OutputStream) - Constructor for class org.iq80.snappy.SnappyOutputStream
Deprecated.
Creates a Snappy output stream to write data to the specified underlying output stream.

U

uncompress(byte[], int, int) - Static method in class org.iq80.snappy.Snappy
 
uncompress(byte[], int, int, byte[], int) - Static method in class org.iq80.snappy.Snappy
 

W

writeBlock(OutputStream, byte[], int, int, boolean, int) - Method in class org.iq80.snappy.SnappyFramedOutputStream
Each chunk consists first a single byte of chunk identifier, then a three-byte little-endian length of the chunk in bytes (from 0 to 16777215, inclusive), and then the data if any.
writeBlock(OutputStream, byte[], int, int, boolean, int) - Method in class org.iq80.snappy.SnappyOutputStream
Deprecated.
 
writeHeader(OutputStream) - Method in class org.iq80.snappy.SnappyFramedOutputStream
 
writeHeader(OutputStream) - Method in class org.iq80.snappy.SnappyOutputStream
Deprecated.
 
C D G M N O S U W 
Skip navigation links

Copyright © 2011–2020. All rights reserved.