com.eviware.soapui.impl.wsdl.support
Class CompressionSupport
java.lang.Object
com.eviware.soapui.impl.wsdl.support.CompressionSupport
public class CompressionSupport
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALG_GZIP
public static final java.lang.String ALG_GZIP
- See Also:
- Constant Field Values
ALG_DEFLATE
public static final java.lang.String ALG_DEFLATE
- See Also:
- Constant Field Values
CompressionSupport
public CompressionSupport()
getAvailableAlgorithms
public static java.lang.String getAvailableAlgorithms(java.lang.String separator)
getAvailableAlgorithm
public static java.lang.String getAvailableAlgorithm(java.lang.String httpContentEncoding)
compress
public static byte[] compress(java.lang.String alg,
byte[] content)
throws java.lang.Exception
- Throws:
java.lang.Exception
decompress
public static byte[] decompress(java.lang.String alg,
byte[] content)
throws java.lang.Exception
- Throws:
java.lang.Exception
createCompressionInputStream
public static java.io.InputStream createCompressionInputStream(java.lang.String alg,
byte[] content)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2005-2009 eviware.com. All Rights Reserved.