implicit
class
ByteSliceImplicits extends AnyRef
Instance Constructors
-
new
ByteSliceImplicits(slice: Slice[Byte])
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
addBoolean(boolean: Boolean): Slice[Byte]
-
def
addByte(value: Byte): Slice[Byte]
-
def
addBytes(anotherSlice: Slice[Byte]): Slice[Byte]
-
def
addInt(int: Int): Slice[Byte]
-
def
addIntSigned(int: Int): Slice[Byte]
-
def
addIntUnsigned(int: Int): Slice[Byte]
-
def
addLong(long: Long): Slice[Byte]
-
def
addLongSigned(long: Long): Slice[Byte]
-
def
addLongUnsigned(long: Long): Slice[Byte]
-
def
addString(string: String, charsets: Charset = StandardCharsets.UTF_8): Slice[Byte]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
-
-
def
dropIntUnsigned(): IO[Error.IO, Slice[Byte]]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
readBoolean(): Boolean
-
def
readInt(): Int
-
def
readIntSigned[E >: Error.IO]()(implicit arg0: ExceptionHandler[E]): IO[E, Int]
-
def
readIntUnsigned[E >: Error.IO]()(implicit arg0: ExceptionHandler[E]): IO[E, Int]
-
def
readIntUnsignedWithByteSize[E >: Error.IO]()(implicit arg0: ExceptionHandler[E]): IO[E, (Int, Int)]
-
def
readLong(): Long
-
def
readLongSigned[E >: Error.IO]()(implicit arg0: ExceptionHandler[E]): IO[E, Long]
-
def
readLongUnsigned[E >: Error.IO]()(implicit arg0: ExceptionHandler[E]): IO[E, Long]
-
def
readString(charset: Charset = StandardCharsets.UTF_8): String
-
def
readUnsignedLongWithByteSize[E >: Error.IO]()(implicit arg0: ExceptionHandler[E]): IO[E, (Long, Int)]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toByteArrayOutputStream: ByteArrayInputStream
-
def
toByteBufferDirect: ByteBuffer
-
def
toByteBufferWrap: ByteBuffer
-
def
toString(): String
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
Deprecated Value Members
-
def
finalize(): Unit
Inherited from AnyRef
Inherited from Any
http://www.swaydb.io/slice/byte-slice