Class

com.github.sqlite4s

ByteBufferWrapper

Related Doc: package sqlite4s

Permalink

class ByteBufferWrapper extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ByteBufferWrapper
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ByteBufferWrapper(byteBuffer: ByteBuffer, offset: Int)

    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(): AnyRef

    Permalink
  5. def arrayOffset(): Int

    Permalink
  6. def asCharBuffer(): CharBuffer

    Permalink
  7. def asDoubleBuffer(): DoubleBuffer

    Permalink
  8. def asFloatBuffer(): FloatBuffer

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def asIntBuffer(): IntBuffer

    Permalink
  11. def asLongBuffer(): LongBuffer

    Permalink
  12. def asReadOnlyBuffer(): ByteBufferWrapper

    Permalink
  13. def asShortBuffer(): ShortBuffer

    Permalink
  14. val byteBuffer: ByteBuffer

    Permalink
  15. def capacity: Int

    Permalink
  16. def clear(): ByteBufferWrapper.this.type

    Permalink
  17. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def compact(): ByteBufferWrapper.this.type

    Permalink
  19. def duplicate(): ByteBufferWrapper

    Permalink
  20. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
  24. def get(index: Int): Byte

    Permalink
  25. def get(): Byte

    Permalink
  26. def getChar(index: Int): Char

    Permalink
  27. def getChar: Char

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

    Permalink
    Definition Classes
    AnyRef → Any
  29. def getDouble(index: Int): Double

    Permalink
  30. def getDouble: Double

    Permalink
  31. def getFloat(index: Int): Float

    Permalink
  32. def getFloat: Float

    Permalink
  33. def getInt(index: Int): Int

    Permalink
  34. def getInt(): Int

    Permalink
  35. def getLong(index: Int): Long

    Permalink
  36. def getLong(): Long

    Permalink
  37. def getShort(index: Int): Short

    Permalink
  38. def getShort(): Short

    Permalink
  39. def hasArray: Boolean

    Permalink
  40. def hasRemaining: Boolean

    Permalink
  41. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  42. def isDirect: Boolean

    Permalink
  43. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  44. def isReadOnly: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  48. val offset: Int

    Permalink
  49. def position: Int

    Permalink
  50. def put(index: Int, b: Byte): ByteBufferWrapper.this.type

    Permalink
  51. def put(b: Byte): ByteBufferWrapper.this.type

    Permalink
  52. def putChar(index: Int, value: Char): ByteBufferWrapper.this.type

    Permalink
  53. def putChar(value: Char): ByteBufferWrapper.this.type

    Permalink
  54. def putDouble(index: Int, value: Double): ByteBufferWrapper.this.type

    Permalink
  55. def putDouble(value: Double): ByteBufferWrapper.this.type

    Permalink
  56. def putFloat(index: Int, value: Float): ByteBufferWrapper.this.type

    Permalink
  57. def putFloat(value: Float): ByteBufferWrapper.this.type

    Permalink
  58. def putInt(index: Int, value: Int): ByteBufferWrapper.this.type

    Permalink
  59. def putInt(value: Int): ByteBufferWrapper.this.type

    Permalink
  60. def putLong(index: Int, value: Long): ByteBufferWrapper.this.type

    Permalink
  61. def putLong(value: Long): ByteBufferWrapper.this.type

    Permalink
  62. def putShort(index: Int, value: Short): ByteBufferWrapper.this.type

    Permalink
  63. def putShort(value: Short): ByteBufferWrapper.this.type

    Permalink
  64. def remaining(): Int

    Permalink
  65. def rewind(): ByteBufferWrapper.this.type

    Permalink
  66. def slice(): ByteBufferWrapper

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped