Class DeflateCompressor$


  • public class DeflateCompressor$
    extends java.lang.Object
    Internal API
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static DeflateCompressor$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int DefaultCompressionLevel()  
      akka.util.ByteString drainDeflater​(java.util.zip.Deflater deflater, byte[] buffer, akka.util.ByteStringBuilder result)  
      int MinBufferSize()  
      • Methods inherited from class java.lang.Object

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

      • MODULE$

        public static final DeflateCompressor$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • DeflateCompressor$

        public DeflateCompressor$()
    • Method Detail

      • MinBufferSize

        public int MinBufferSize()
      • DefaultCompressionLevel

        public int DefaultCompressionLevel()
      • drainDeflater

        public akka.util.ByteString drainDeflater​(java.util.zip.Deflater deflater,
                                                  byte[] buffer,
                                                  akka.util.ByteStringBuilder result)