Trait

org.hammerlab.channel

BufferByteChannel

Related Doc: package channel

Permalink

trait BufferByteChannel extends InputStream with ByteChannel

Linear Supertypes
ByteChannel, ReadableByteChannel, Channel, InputStream, Closeable, AutoCloseable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BufferByteChannel
  2. ByteChannel
  3. ReadableByteChannel
  4. Channel
  5. InputStream
  6. Closeable
  7. AutoCloseable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def _read(dst: ByteBuffer): Int

    Permalink
    Attributes
    protected
    Definition Classes
    ByteChannel
  2. abstract def _skip(n: Int): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ByteChannel

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def _close(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ByteChannel
  5. var _position: Long

    Permalink
    Attributes
    protected
    Definition Classes
    ByteChannel
  6. def _read(b: Array[Byte], off: Int, len: Int): Int

    Permalink
    Attributes
    protected
    Definition Classes
    BufferByteChannelByteChannel
  7. def _read(): Int

    Permalink
    Attributes
    protected
    Definition Classes
    BufferByteChannelByteChannel
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def available(): Int

    Permalink
    Definition Classes
    InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  10. val b1: ByteBuffer

    Permalink
  11. lazy val b4: ByteBuffer

    Permalink
    Definition Classes
    ByteChannel
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. final def close(): Unit

    Permalink
    Definition Classes
    ByteChannel → Channel → InputStream → Closeable → AutoCloseable
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getInt: Int

    Permalink
    Definition Classes
    ByteChannel
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def isOpen(): Boolean

    Permalink
    Definition Classes
    ByteChannel → Channel
  22. def mark(arg0: Int): Unit

    Permalink
    Definition Classes
    InputStream
  23. def markSupported(): Boolean

    Permalink
    Definition Classes
    InputStream
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def order(order: ByteOrder): Unit

    Permalink
    Definition Classes
    ByteChannel
  28. def position(): Long

    Permalink
    Definition Classes
    ByteChannel
  29. final def read(dst: ByteBuffer): Int

    Permalink
    Definition Classes
    ByteChannel → ReadableByteChannel
  30. final def read(b: Array[Byte], off: Int, len: Int): Int

    Permalink
    Definition Classes
    ByteChannel → InputStream
  31. final def read(b: Array[Byte]): Int

    Permalink
    Definition Classes
    ByteChannel → InputStream
  32. final def read(): Int

    Permalink
    Definition Classes
    ByteChannel → InputStream
  33. def readFully(bytes: Array[Byte], offset: Int, numToRead: Int): Unit

    Permalink
    Definition Classes
    ByteChannel
  34. def readFully(bytes: Array[Byte]): Unit

    Permalink
    Definition Classes
    ByteChannel
  35. def readFully(dst: ByteBuffer): Unit

    Permalink

    Read as many bytes into dst as it has remaining, throw an IOException if too few bytes exist or are read.

    Read as many bytes into dst as it has remaining, throw an IOException if too few bytes exist or are read.

    Definition Classes
    ByteChannel
  36. def readString(length: Int, includesNull: Boolean = true): String

    Permalink

    Convenience method for reading a string of known length

    Convenience method for reading a string of known length

    Definition Classes
    ByteChannel
  37. def reset(): Unit

    Permalink
    Definition Classes
    InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  38. final def skip(n: Int): Unit

    Permalink

    Skip n bytes, throw IOException if unable to

    Skip n bytes, throw IOException if unable to

    Definition Classes
    ByteChannel
  39. def skip(arg0: Long): Long

    Permalink
    Definition Classes
    InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ByteChannel

Inherited from ReadableByteChannel

Inherited from Channel

Inherited from InputStream

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped