abstract class FileChannel extends AbstractInterruptibleChannel with SeekableByteChannel with GatheringByteChannel with ScatteringByteChannel
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FileChannel
- ScatteringByteChannel
- GatheringByteChannel
- SeekableByteChannel
- ByteChannel
- WritableByteChannel
- ReadableByteChannel
- AbstractInterruptibleChannel
- InterruptibleChannel
- Channel
- Closeable
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new FileChannel()
- Attributes
- protected
Abstract Value Members
- abstract def force(metadata: Boolean): Unit
- abstract def implCloseChannel(): Unit
- Attributes
- protected
- Definition Classes
- AbstractInterruptibleChannel
- abstract def lock(position: Long, size: Long, shared: Boolean): FileLock
- abstract def map(mode: MapMode, position: Long, size: Long): MappedByteBuffer
- abstract def position(offset: Long): FileChannel
- Definition Classes
- FileChannel → SeekableByteChannel
- abstract def position(): Long
- Definition Classes
- FileChannel → SeekableByteChannel
- abstract def read(buffers: Array[ByteBuffer], start: Int, number: Int): Long
- Definition Classes
- FileChannel → ScatteringByteChannel
- abstract def read(buffer: ByteBuffer, position: Long): Int
- abstract def read(buffer: ByteBuffer): Int
- Definition Classes
- FileChannel → SeekableByteChannel → ReadableByteChannel
- abstract def size(): Long
- Definition Classes
- FileChannel → SeekableByteChannel
- abstract def transferFrom(src: ReadableByteChannel, position: Long, count: Long): Long
- abstract def transferTo(position: Long, count: Long, target: WritableByteChannel): Long
- abstract def truncate(size: Long): FileChannel
- Definition Classes
- FileChannel → SeekableByteChannel
- abstract def tryLock(position: Long, size: Long, shared: Boolean): FileLock
- abstract def write(buffers: Array[ByteBuffer], offset: Int, length: Int): Long
- Definition Classes
- FileChannel → GatheringByteChannel
- abstract def write(buffer: ByteBuffer, position: Long): Int
- abstract def write(src: ByteBuffer): Int
- Definition Classes
- FileChannel → SeekableByteChannel → WritableByteChannel
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final def begin(): Unit
- Attributes
- protected
- Definition Classes
- AbstractInterruptibleChannel
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def close(): Unit
- Definition Classes
- AbstractInterruptibleChannel → InterruptibleChannel → Channel → Closeable → AutoCloseable
- final def end(completed: Boolean): Unit
- Attributes
- protected
- Definition Classes
- AbstractInterruptibleChannel
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def isOpen(): Boolean
- Definition Classes
- AbstractInterruptibleChannel → Channel
- final def lock(): FileLock
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def read(buffers: Array[ByteBuffer]): Long
- Definition Classes
- FileChannel → ScatteringByteChannel
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def tryLock(): FileLock
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def write(buffers: Array[ByteBuffer]): Long
- Definition Classes
- FileChannel → GatheringByteChannel