API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
java.nio.channels.
ByteChannel
View Source
Author(s)
Mark Reinhold
JSR-51 Expert Group
Since
1.4
Version
1.11, 05/11/17
Serial
Hierarchy
Closeable
Channel
ReadableByteChannel
ByteChannel
Subinterfaces
See DIRECT subinterfaces
Quick Links:
Methods
Fields
Description
public
interface ByteChannel
A channel that can read and write bytes.
A channel that can read and write bytes. This interface simply unifies
ReadableByteChannel
and
WritableByteChannel
; it does not
specify any new operations.
See also:
Methods
Hide/Show inherited methods
Fields
Hide/Show inherited fields
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar