Class

swaydb.data.slice.Slice

ByteSliceImplicits

Related Doc: package Slice

Permalink

implicit class ByteSliceImplicits extends AnyRef

http://www.swaydb.io/slice/byte-slice

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

Instance Constructors

  1. new ByteSliceImplicits(slice: Slice[Byte])

    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 addBoolean(boolean: Boolean): Slice[Byte]

    Permalink
  5. def addByte(value: Byte): Slice[Byte]

    Permalink
  6. def addBytes(anotherSlice: Slice[Byte]): Slice[Byte]

    Permalink
  7. def addInt(int: Int): Slice[Byte]

    Permalink
  8. def addIntSigned(int: Int): Slice[Byte]

    Permalink
  9. def addIntUnsigned(int: Int): Slice[Byte]

    Permalink
  10. def addLong(long: Long): Slice[Byte]

    Permalink
  11. def addLongSigned(long: Long): Slice[Byte]

    Permalink
  12. def addLongUnsigned(long: Long): Slice[Byte]

    Permalink
  13. def addString(string: String, charsets: Charset = StandardCharsets.UTF_8): Slice[Byte]

    Permalink
  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  16. def createReaderSafe[E >: Error.IO]()(implicit arg0: ExceptionHandler[E]): SliceReader[Error.IO]

    Permalink
  17. def createReaderUnsafe(): SliceReaderUnsafe

    Permalink
  18. def dropIntUnsigned(): IO[Error.IO, Slice[Byte]]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  27. def readBoolean(): Boolean

    Permalink
  28. def readInt(): Int

    Permalink
  29. def readIntSigned[E >: Error.IO]()(implicit arg0: ExceptionHandler[E]): IO[E, Int]

    Permalink
  30. def readIntUnsigned[E >: Error.IO]()(implicit arg0: ExceptionHandler[E]): IO[E, Int]

    Permalink
  31. def readIntUnsignedWithByteSize[E >: Error.IO]()(implicit arg0: ExceptionHandler[E]): IO[E, (Int, Int)]

    Permalink
  32. def readLong(): Long

    Permalink
  33. def readLongSigned[E >: Error.IO]()(implicit arg0: ExceptionHandler[E]): IO[E, Long]

    Permalink
  34. def readLongUnsigned[E >: Error.IO]()(implicit arg0: ExceptionHandler[E]): IO[E, Long]

    Permalink
  35. def readString(charset: Charset = StandardCharsets.UTF_8): String

    Permalink
  36. def readUnsignedLongWithByteSize[E >: Error.IO]()(implicit arg0: ExceptionHandler[E]): IO[E, (Long, Int)]

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

    Permalink
    Definition Classes
    AnyRef
  38. def toByteArrayOutputStream: ByteArrayInputStream

    Permalink
  39. def toByteBufferDirect: ByteBuffer

    Permalink
  40. def toByteBufferWrap: ByteBuffer

    Permalink
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. final def wait(arg0: Long, arg1: Int): Unit

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

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

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped