|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvoldemort.store.compress.StreamCompressionStrategy
voldemort.store.compress.GzipCompressionStrategy
public class GzipCompressionStrategy
Implementation of CompressionStrategy for the gzip format.
Constructor Summary | |
---|---|
GzipCompressionStrategy()
|
Method Summary | |
---|---|
java.lang.String |
getType()
The type of compression performed. |
protected java.io.InputStream |
wrapInputStream(java.io.InputStream underlying)
|
protected java.io.OutputStream |
wrapOutputStream(java.io.OutputStream underlying)
|
Methods inherited from class voldemort.store.compress.StreamCompressionStrategy |
---|
deflate, inflate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GzipCompressionStrategy()
Method Detail |
---|
protected java.io.OutputStream wrapOutputStream(java.io.OutputStream underlying) throws java.io.IOException
wrapOutputStream
in class StreamCompressionStrategy
java.io.IOException
protected java.io.InputStream wrapInputStream(java.io.InputStream underlying) throws java.io.IOException
wrapInputStream
in class StreamCompressionStrategy
java.io.IOException
public java.lang.String getType()
CompressionStrategy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |