|
NIO2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AsynchronousByteChannel | |
---|---|
org.classpath.icedtea.java.nio.channels | 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. |
Uses of AsynchronousByteChannel in org.classpath.icedtea.java.nio.channels |
---|
Classes in org.classpath.icedtea.java.nio.channels that implement AsynchronousByteChannel | |
---|---|
class |
AsynchronousDatagramChannel
An asynchronous channel for datagram-oriented sockets. |
class |
AsynchronousSocketChannel
An asynchronous channel for stream-oriented connecting sockets. |
Methods in org.classpath.icedtea.java.nio.channels with parameters of type AsynchronousByteChannel | |
---|---|
static java.io.InputStream |
Channels.newInputStream(AsynchronousByteChannel ch)
Constructs a stream that reads bytes from the given channel. |
static java.io.OutputStream |
Channels.newOutputStream(AsynchronousByteChannel ch)
Constructs a stream that writes bytes to the given channel. |
|
NIO2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.