Module org.cryptomator.cryptolib
Package org.cryptomator.cryptolib.common
Class EncryptingWritableByteChannel
java.lang.Object
org.cryptomator.cryptolib.common.EncryptingWritableByteChannel
- All Implemented Interfaces:
Closeable,AutoCloseable,Channel,WritableByteChannel
-
Constructor Summary
ConstructorsConstructorDescriptionEncryptingWritableByteChannel(WritableByteChannel destination, Cryptor cryptor) -
Method Summary
-
Constructor Details
-
EncryptingWritableByteChannel
-
-
Method Details
-
isOpen
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceChannel- Specified by:
closein interfaceCloseable- Throws:
IOException
-
write
- Specified by:
writein interfaceWritableByteChannel- Throws:
IOException
-