Class Coders
java.lang.Object
org.apache.commons.compress.archivers.sevenz.Coders
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class
(package private) static class
(package private) static class
(package private) static class
(package private) static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static InputStream
addDecoder
(String archiveName, InputStream is, long uncompressedLength, Coder coder, byte[] password, int maxMemoryLimitInKb) (package private) static OutputStream
addEncoder
(OutputStream out, SevenZMethod method, Object options) (package private) static CoderBase
findByMethod
(SevenZMethod method)
-
Field Details
-
CODER_MAP
-
-
Constructor Details
-
Coders
Coders()
-
-
Method Details
-
findByMethod
-
addDecoder
static InputStream addDecoder(String archiveName, InputStream is, long uncompressedLength, Coder coder, byte[] password, int maxMemoryLimitInKb) throws IOException - Throws:
IOException
-
addEncoder
static OutputStream addEncoder(OutputStream out, SevenZMethod method, Object options) throws IOException - Throws:
IOException
-