Most visited

Recently visited

Added in API level 1

ByteChannel

public interface ByteChannel
implements ReadableByteChannel, WritableByteChannel

java.nio.channels.ByteChannel
Known Indirect Subclasses


A channel that can read and write bytes. This interface simply unifies ReadableByteChannel and WritableByteChannel; it does not specify any new operations.

Summary

Inherited methods

From interface java.nio.channels.ReadableByteChannel
From interface java.nio.channels.WritableByteChannel
From interface java.nio.channels.Channel
From interface java.io.Closeable
From interface java.lang.AutoCloseable

Hooray!