< Back
 

Packages

  •  package root
    Definition Classes
    root
  •  package java
    Definition Classes
    root
  •  package nio
    Definition Classes
    java
  •  package channels
    Definition Classes
    nio
  •  package spi
  • ByteChannel
  • Channel
  • Channels
  • ClosedChannelException
  • CompletionHandler
  • FileChannel
  • FileLock
  • GatheringByteChannel
  • InterruptibleChannel
  • NonReadableChannelException
  • NonWritableChannelException
  • OverlappingFileLockException
  • ReadableByteChannel
  • ScatteringByteChannel
  • SeekableByteChannel
  • WritableByteChannel
  •  package charset
    Definition Classes
    nio
  •  package file
    Definition Classes
    nio
p

java.nio

channels 

package channels

 
Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1.  trait ByteChannel extends ReadableByteChannel with WritableByteChannel
  2.  trait Channel extends Closeable
  3.  class ClosedChannelException extends IOException
  4.  trait CompletionHandler[V, A] extends AnyRef
  5.  abstract class FileChannel extends AbstractInterruptibleChannel with SeekableByteChannel with GatheringByteChannel with ScatteringByteChannel
  6.  abstract class FileLock extends AutoCloseable
  7.  trait GatheringByteChannel extends WritableByteChannel
  8.  trait InterruptibleChannel extends Channel
  9.  class NonReadableChannelException extends IllegalStateException
  10.  class NonWritableChannelException extends IllegalStateException
  11.  class OverlappingFileLockException extends IllegalStateException
  12.  trait ReadableByteChannel extends Channel
  13.  trait ScatteringByteChannel extends ReadableByteChannel
  14.  trait SeekableByteChannel extends ByteChannel
  15.  trait WritableByteChannel extends Channel

Value Members

  1.  object Channels
  2.  object FileChannel

Ungrouped