|
Generated by JDiff |
|||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS | |||||||
| Changed Methods | ||
Compressor createCompressor() |
Changed from abstract to non-abstract. | Create a new Compressor for use by this CompressionCodec |
Decompressor createDecompressor() |
Changed from abstract to non-abstract. | Create a new Decompressor for use by this CompressionCodec |
Class getCompressorType() |
Changed from abstract to non-abstract. | Get the type of Compressor needed by this CompressionCodec |
Class getDecompressorType() |
Changed from abstract to non-abstract. | Get the type of Decompressor needed by this CompressionCodec |
String getDefaultExtension() |
Changed from abstract to non-abstract. | Get the default filename extension for this kind of compression. |
CompressionInputStream createInputStream(InputStream) |
Changed from abstract to non-abstract. | Create a CompressionInputStream that will read from the given input stream. |
CompressionInputStream createInputStream(InputStream, |
Changed from abstract to non-abstract. | Create a CompressionInputStream that will read from the given InputStream with the given Decompressor |
CompressionOutputStream createOutputStream(OutputStream) |
Changed from abstract to non-abstract. | Create a CompressionOutputStream that will write to the given OutputStream |
CompressionOutputStream createOutputStream(OutputStream, |
Changed from abstract to non-abstract. | Create a CompressionOutputStream that will write to the given OutputStream with the given Compressor |
|
||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | ||||||||