|
NIO2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.classpath.icedtea.java.nio.channels | |
---|---|
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. |
org.classpath.icedtea.java.nio.channels.spi | Service-provider classes for the org.classpath.icedtea.java.nio.channels package. |
org.classpath.icedtea.java.nio.file | Define interfaces and classes for the Java virtual machine to access files, file attributes, and file systems. |
org.classpath.icedtea.java.nio.file.spi | Service-provider classes for the org.classpath.icedtea.java.nio.file package. |
Classes in org.classpath.icedtea.java.nio.channels used by org.classpath.icedtea.java.nio.channels | |
---|---|
AsynchronousByteChannel
An asynchronous channel that can read and write bytes. |
|
AsynchronousChannel
A channel that supports asynchronous I/O operations. |
|
AsynchronousChannelGroup
A grouping of asynchronous channels for the purpose of resource sharing. |
|
AsynchronousDatagramChannel
An asynchronous channel for datagram-oriented sockets. |
|
AsynchronousFileChannel
An asynchronous channel for reading, writing, and manipulating a file. |
|
AsynchronousServerSocketChannel
An asynchronous channel for stream-oriented listening sockets. |
|
AsynchronousSocketChannel
An asynchronous channel for stream-oriented connecting sockets. |
|
CompletionHandler
A handler for consuming the result of an asynchronous I/O operation. |
|
DatagramChannel
A selectable channel for datagram-oriented sockets. |
|
FileChannel
A channel for reading, writing, mapping, and manipulating a file. |
|
FileLock
A token representing a lock on a region of a file. |
|
MembershipKey
A token representing the membership of an Internet Protocol (IP) multicast group. |
|
MulticastChannel
A network channel that supports Internet Protocol (IP) multicasting. |
|
NetworkChannel
A channel to a network socket. |
|
SeekableByteChannel
A byte channel that maintains a current position and allows the position to be changed. |
Classes in org.classpath.icedtea.java.nio.channels used by org.classpath.icedtea.java.nio.channels.spi | |
---|---|
AsynchronousChannelGroup
A grouping of asynchronous channels for the purpose of resource sharing. |
|
AsynchronousDatagramChannel
An asynchronous channel for datagram-oriented sockets. |
|
AsynchronousServerSocketChannel
An asynchronous channel for stream-oriented listening sockets. |
|
AsynchronousSocketChannel
An asynchronous channel for stream-oriented connecting sockets. |
|
DatagramChannel
A selectable channel for datagram-oriented sockets. |
Classes in org.classpath.icedtea.java.nio.channels used by org.classpath.icedtea.java.nio.file | |
---|---|
SeekableByteChannel
A byte channel that maintains a current position and allows the position to be changed. |
Classes in org.classpath.icedtea.java.nio.channels used by org.classpath.icedtea.java.nio.file.spi | |
---|---|
AsynchronousFileChannel
An asynchronous channel for reading, writing, and manipulating a file. |
|
FileChannel
A channel for reading, writing, mapping, and manipulating a file. |
|
SeekableByteChannel
A byte channel that maintains a current position and allows the position to be changed. |
|
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.