Class

xerial.larray

LByteBuffer

Related Doc: package larray

Permalink

class LByteBuffer extends AnyRef

ByteBuffer interface of xerial.larray.LArray

Source
LByteBuffer.scala
Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LByteBuffer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LByteBuffer(buf: LByteArray)

    Permalink
  2. new LByteBuffer(buf: LByteArray, cursor: Long, bufLimit: Long)

    Permalink

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 array: LByteArray

    Permalink

    Return the LArray representation of this buffer

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clear(): LByteBuffer.this.type

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def flip: LByteBuffer.this.type

    Permalink
  12. def get[A](b: RawByteArray[A], offset: Long, len: Long): LByteBuffer.this.type

    Permalink
  13. def get(b: Array[Byte], offset: Int, len: Int): LByteBuffer.this.type

    Permalink
  14. def get(b: Array[Byte]): LByteBuffer.this.type

    Permalink
  15. def getBoolean: Boolean

    Permalink
  16. def getByte: Byte

    Permalink
  17. def getChar: Char

    Permalink
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def getDouble: Double

    Permalink
  20. def getFloat: Float

    Permalink
  21. def getInt: Int

    Permalink
  22. def getLong: Long

    Permalink
  23. def getShort: Short

    Permalink
  24. def hasRemaining: Boolean

    Permalink
  25. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  27. def limit(newLimit: Long): LByteBuffer.this.type

    Permalink
  28. def limit: Long

    Permalink
  29. def mark: LByteBuffer.this.type

    Permalink
  30. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  33. def position(newPos: Long): LByteBuffer.this.type

    Permalink
  34. def position: Long

    Permalink
  35. def put[A](b: LArray[A], offset: Long, len: Long): LByteBuffer.this.type

    Permalink
  36. def put(b: Array[Byte], offset: Int, len: Int): LByteBuffer.this.type

    Permalink
  37. def put(b: Array[Byte]): LByteBuffer.this.type

    Permalink
  38. def putBoolean(v: Boolean): LByteBuffer.this.type

    Permalink
  39. def putByte(v: Byte): LByteBuffer.this.type

    Permalink
  40. def putChar(v: Char): LByteBuffer.this.type

    Permalink
  41. def putDouble(v: Double): LByteBuffer.this.type

    Permalink
  42. def putFloat(v: Float): LByteBuffer.this.type

    Permalink
  43. def putInt(v: Int): LByteBuffer.this.type

    Permalink
  44. def putLong(v: Long): LByteBuffer.this.type

    Permalink
  45. def putShort(v: Short): LByteBuffer.this.type

    Permalink
  46. def remaining: Long

    Permalink
  47. def reset: LByteBuffer.this.type

    Permalink
  48. def rewind: LByteBuffer.this.type

    Permalink
  49. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped