public class CompressionUtil extends Object
| Constructor and Description |
|---|
CompressionUtil() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getCompressedStream(InputStream sourceStream)
Gets Compressed Stream for given input Stream
|
public InputStream getCompressedStream(InputStream sourceStream) throws IOException
sourceStream - : Input Stream to be compressed toIOException - when some thing bad happensCopyright © 2021 NorStella. All rights reserved.