Package 

Class GZIPCompressor

  • All Implemented Interfaces:
    io.appmetrica.analytics.coreapi.internal.io.Compressor

    
    public class GZIPCompressor
     implements Compressor
                        
    • Method Summary

      Modifier and Type Method Description
      Array<byte> compress(@Nullable() Array<byte> input)
      Array<byte> uncompress(@Nullable() Array<byte> input)
      • Methods inherited from class io.appmetrica.analytics.coreapi.internal.io.Compressor

        compress, uncompress
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait