public interface CompressionProvider
| Modifier and Type | Method and Description |
|---|---|
byte[] |
compress(String path,
byte[] data) |
byte[] |
decompress(String path,
byte[] compressedData) |
Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.