API Overview API Index Direct link to this page
JDK 1.6
  Package: java.nio.channels
Author(s)
Mark Reinhold
JSR-51 Expert Group
Since
1.4
Version
1.7, 05/05/22
Serial
Description
  Defines channels, which represent connections to entities that are capable of performing I/O operations, such as files and sockets; defines selectors, for multiplexed, non-blocking I/O operations.
See also:   
ByteChannel View Source A channel that can read and write bytes.
Channel View Source A nexus for I/O operations.
Channels View Source Utility methods for channels and streams.
DatagramChannel View Source A selectable channel for datagram-oriented sockets.
FileChannel View Source A channel for reading, writing, mapping, and manipulating a file.
FileChannel.MapMode View Source A typesafe enumeration for file-mapping modes.
FileLock View Source A token representing a lock on a region of a file.
GatheringByteChannel View Source A channel that can write bytes from a sequence of buffers.
InterruptibleChannel View Source A channel that can be asynchronously closed and interrupted.
Pipe View Source A pair of channels that implements a unidirectional pipe.
Pipe.SinkChannel View Source A channel representing the writable end of a Pipe.
Pipe.SourceChannel View Source A channel representing the readable end of a Pipe.
ReadableByteChannel View Source A channel that can read bytes.
ScatteringByteChannel View Source A channel that can read bytes into a sequence of buffers.
SelectableChannel View Source A channel that can be multiplexed via a Selector.
SelectionKey View Source A token representing the registration of a SelectableChannel with a Selector.
Selector View Source A multiplexor of SelectableChannel objects.
ServerSocketChannel View Source A selectable channel for stream-oriented listening sockets.
SocketChannel View Source A selectable channel for stream-oriented connecting sockets.
WritableByteChannel View Source A channel that can write bytes.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar