Class AES256SHA256Decoder.AES256SHA256DecoderOutputStream
java.lang.Object
java.io.OutputStream
org.apache.commons.compress.archivers.sevenz.AES256SHA256Decoder.AES256SHA256DecoderOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
- Enclosing class:
AES256SHA256Decoder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final byte[]private final intprivate final CipherOutputStreamprivate int -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate -
Method Summary
Methods inherited from class java.io.OutputStream
write
-
Field Details
-
cipherOutputStream
-
cipherBlockSize
private final int cipherBlockSize -
cipherBlockBuffer
private final byte[] cipherBlockBuffer -
count
private int count
-
-
Constructor Details
-
AES256SHA256DecoderOutputStream
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Overrides:
flushin classOutputStream- Throws:
IOException
-
flushBuffer
- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-