com.atlassian.aws.utils
Class CompressionUtils

java.lang.Object
  extended by com.atlassian.aws.utils.CompressionUtils

public final class CompressionUtils
extends Object


Method Summary
static byte[] compress(byte[] bytes)
           
static byte[] decompress(byte[] data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

compress

public static byte[] compress(byte[] bytes)

decompress

public static byte[] decompress(byte[] data)


Copyright © 2015 Atlassian. All rights reserved.