Class GZIPCompressor

  • All Implemented Interfaces:
    Compressor

    public class GZIPCompressor
    extends java.lang.Object
    implements Compressor
    • Constructor Summary

      Constructors 
      Constructor Description
      GZIPCompressor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.OutputStream wrap​(java.io.OutputStream out)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GZIPCompressor

        public GZIPCompressor()
    • Method Detail

      • wrap

        public java.io.OutputStream wrap​(java.io.OutputStream out)
                                  throws java.io.IOException
        Specified by:
        wrap in interface Compressor
        Throws:
        java.io.IOException