-
- All Implemented Interfaces:
-
java.io.Closeable,java.lang.AutoCloseable,org.readium.r2.shared.util.zip.jvm.Channel,org.readium.r2.shared.util.zip.jvm.ReadableByteChannel,org.readium.r2.shared.util.zip.jvm.WritableByteChannel
public interface ByteChannel implements ReadableByteChannel, WritableByteChannel
A ByteChannel is both readable and writable.
The methods for the byte channel are precisely those defined by readable and writable byte channels.
-
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class org.readium.r2.shared.util.zip.jvm.ReadableByteChannel
read -
Methods inherited from class org.readium.r2.shared.util.zip.jvm.Channel
close, isOpen -
Methods inherited from class java.io.Closeable
close -
Methods inherited from class org.readium.r2.shared.util.zip.jvm.WritableByteChannel
write -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-