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 int
private final CipherOutputStream
private 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:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classOutputStream
- Throws:
IOException
-
flush
- Specified by:
flush
in interfaceFlushable
- Overrides:
flush
in classOutputStream
- Throws:
IOException
-
flushBuffer
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
write
- Specified by:
write
in classOutputStream
- Throws:
IOException
-