Package org.iq80.snappy
package org.iq80.snappy
-
ClassDescriptionA common base class for frame based snappy input streams.This is a base class supporting both the
SnappyOutputStreamandSnappyFramedOutputStream.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 anInputStream.Implements the x-snappy-framed as anOutputStream.Deprecated.Deprecated.UseSnappyFramedOutputStreamwhich implements the standardx-snappy-framedspecification.
SnappyFramedInputStreamwhich implements the standardx-snappy-framedspecification.