All Classes and Interfaces

Class
Description
A common base class for frame based snappy input streams.
 
 
 
This is a base class supporting both the SnappyOutputStream and SnappyFramedOutputStream.
Simple helper class to encapsulate details of basic buffer recycling scheme, which helps a lot (as per profiling) for smaller encoding cases.
 
A pure-java implementation of the CRC32 checksum that uses the CRC32-C polynomial, the same polynomial used by iSCSI and implemented on many Intel chipsets supporting SSE4.2.
 
 
 
 
 
 
Constants for implementing x-snappy-framed.
Implements the x-snappy-framed as an InputStream.
Implements the x-snappy-framed as an OutputStream.
Deprecated.
Prefer the use of SnappyFramedInputStream which implements the standard x-snappy-framed specification.
 
Deprecated.
Use SnappyFramedOutputStream which implements the standard x-snappy-framed specification.