Namespace Java.Nio.Channels
Classes
- AcceptPendingException
https://developer.android.com/reference/java/nio/channels/AcceptPendingException.html
- AlreadyBoundException
https://developer.android.com/reference/java/nio/channels/AlreadyBoundException.html
- AlreadyConnectedException
https://developer.android.com/reference/java/nio/channels/AlreadyConnectedException.html
- AsynchronousByteChannel
https://developer.android.com/reference/java/nio/channels/AsynchronousByteChannel.html
- AsynchronousChannel
https://developer.android.com/reference/java/nio/channels/AsynchronousChannel.html
- AsynchronousChannelGroup
https://developer.android.com/reference/java/nio/channels/AsynchronousChannelGroup.html
- AsynchronousCloseException
https://developer.android.com/reference/java/nio/channels/AsynchronousCloseException.html
- AsynchronousFileChannel
https://developer.android.com/reference/java/nio/channels/AsynchronousFileChannel.html
- AsynchronousServerSocketChannel
https://developer.android.com/reference/java/nio/channels/AsynchronousServerSocketChannel.html
- AsynchronousSocketChannel
https://developer.android.com/reference/java/nio/channels/AsynchronousSocketChannel.html
- CancelledKeyException
https://developer.android.com/reference/java/nio/channels/CancelledKeyException.html
- ClosedByInterruptException
https://developer.android.com/reference/java/nio/channels/ClosedByInterruptException.html
- ClosedChannelException
https://developer.android.com/reference/java/nio/channels/ClosedChannelException.html
- ClosedSelectorException
https://developer.android.com/reference/java/nio/channels/ClosedSelectorException.html
- CompletionHandler<V, A>
https://developer.android.com/reference/java/nio/channels/CompletionHandler.html
- ConnectionPendingException
https://developer.android.com/reference/java/nio/channels/ConnectionPendingException.html
- FileChannel.MapMode
https://developer.android.com/reference/java/nio/channels/FileChannel.MapMode.html
- FileLockInterruptionException
https://developer.android.com/reference/java/nio/channels/FileLockInterruptionException.html
- GatheringByteChannel
https://developer.android.com/reference/java/nio/channels/GatheringByteChannel.html
- IllegalBlockingModeException
https://developer.android.com/reference/java/nio/channels/IllegalBlockingModeException.html
- IllegalChannelGroupException
https://developer.android.com/reference/java/nio/channels/IllegalChannelGroupException.html
- IllegalSelectorException
https://developer.android.com/reference/java/nio/channels/IllegalSelectorException.html
- InterruptedByTimeoutException
https://developer.android.com/reference/java/nio/channels/InterruptedByTimeoutException.html
- InterruptibleChannel
https://developer.android.com/reference/java/nio/channels/InterruptibleChannel.html
- NoConnectionPendingException
https://developer.android.com/reference/java/nio/channels/NoConnectionPendingException.html
- NonReadableChannelException
https://developer.android.com/reference/java/nio/channels/NonReadableChannelException.html
- NonWritableChannelException
https://developer.android.com/reference/java/nio/channels/NonWritableChannelException.html
- NotYetBoundException
https://developer.android.com/reference/java/nio/channels/NotYetBoundException.html
- NotYetConnectedException
https://developer.android.com/reference/java/nio/channels/NotYetConnectedException.html
- OverlappingFileLockException
https://developer.android.com/reference/java/nio/channels/OverlappingFileLockException.html
- Pipe.SourceChannel
https://developer.android.com/reference/java/nio/channels/Pipe.SourceChannel.html
- ReadPendingException
https://developer.android.com/reference/java/nio/channels/ReadPendingException.html
- ReadableByteChannel
https://developer.android.com/reference/java/nio/channels/ReadableByteChannel.html
- ScatteringByteChannel
https://developer.android.com/reference/java/nio/channels/ScatteringByteChannel.html
- SeekableByteChannel
https://developer.android.com/reference/java/nio/channels/SeekableByteChannel.html
- ServerSocketChannel
https://developer.android.com/reference/java/nio/channels/ServerSocketChannel.html
- ShutdownChannelGroupException
https://developer.android.com/reference/java/nio/channels/ShutdownChannelGroupException.html
- UnresolvedAddressException
https://developer.android.com/reference/java/nio/channels/UnresolvedAddressException.html
- UnsupportedAddressTypeException
https://developer.android.com/reference/java/nio/channels/UnsupportedAddressTypeException.html
- WritableByteChannel
https://developer.android.com/reference/java/nio/channels/WritableByteChannel.html
- WritePendingException
https://developer.android.com/reference/java/nio/channels/WritePendingException.html
Interfaces
- IAsynchronousByteChannel
.NET interface for TO BE DEFINED FROM USER
- IAsynchronousChannel
.NET interface for TO BE DEFINED FROM USER
- IByteChannel
.NET interface for TO BE DEFINED FROM USER
- IChannel
.NET interface for TO BE DEFINED FROM USER
- ICompletionHandler<V, A>
.NET interface for TO BE DEFINED FROM USER
- IGatheringByteChannel
.NET interface for TO BE DEFINED FROM USER
- IInterruptibleChannel
.NET interface for TO BE DEFINED FROM USER
- IMulticastChannel
.NET interface for TO BE DEFINED FROM USER
- INetworkChannel
.NET interface for TO BE DEFINED FROM USER
- IReadableByteChannel
.NET interface for TO BE DEFINED FROM USER
- IScatteringByteChannel
.NET interface for TO BE DEFINED FROM USER
- ISeekableByteChannel
.NET interface for TO BE DEFINED FROM USER
- IWritableByteChannel
.NET interface for TO BE DEFINED FROM USER