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 InputStreamaddDecoder(String archiveName, InputStream is, long uncompressedLength, Coder coder, byte[] password, int maxMemoryLimitInKb) (package private) static OutputStreamaddEncoder(OutputStream out, SevenZMethod method, Object options) (package private) static AbstractCoderfindByMethod(SevenZMethod method)
-
Field Details
-
CODER_MAP
-
-
Constructor Details
-
Coders
Coders()
-
-
Method Details
-
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
-
findByMethod
-