package channels
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait ByteChannel extends ReadableByteChannel with WritableByteChannel
- trait Channel extends Closeable
- class ClosedChannelException extends IOException
- trait CompletionHandler[V, A] extends AnyRef
- abstract class FileChannel extends AbstractInterruptibleChannel with SeekableByteChannel with GatheringByteChannel with ScatteringByteChannel
- abstract class FileLock extends AutoCloseable
- trait GatheringByteChannel extends WritableByteChannel
- trait InterruptibleChannel extends Channel
- class NonReadableChannelException extends IllegalStateException
- class NonWritableChannelException extends IllegalStateException
- class OverlappingFileLockException extends IllegalStateException
- trait ReadableByteChannel extends Channel
- trait ScatteringByteChannel extends ReadableByteChannel
- trait SeekableByteChannel extends ByteChannel
- trait WritableByteChannel extends Channel
Value Members
- object Channels
- object FileChannel