public interface

ByteChannel

implements ReadableByteChannel WritableByteChannel
java.nio.channels.ByteChannel
Known Indirect Subclasses

Class Overview

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

Summary

[Expand]
Inherited Methods
From interface java.io.Closeable
From interface java.nio.channels.Channel
From interface java.nio.channels.ReadableByteChannel
From interface java.nio.channels.WritableByteChannel