swaydb
.
data
.
slice
.
SliceCompanionBase
ByteSliceImplicits
Related Doc:
package SliceCompanionBase
implicit
class
ByteSliceImplicits
extends
AnyRef
http://www.swaydb.io/slice/byte-slice
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
ByteSliceImplicits
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
ByteSliceImplicits
(
slice:
Slice
[
Byte
]
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
addBoolean
(
boolean:
Boolean
)
:
Slice
[
Byte
]
Annotations
@inline
()
final
def
addByte
(
value:
Byte
)
:
Slice
[
Byte
]
Annotations
@inline
()
final
def
addBytes
(
anotherSlice:
Slice
[
Byte
]
)
:
Slice
[
Byte
]
Annotations
@inline
()
final
def
addInt
(
int:
Int
)
:
Slice
[
Byte
]
Annotations
@inline
()
final
def
addLong
(
long:
Long
)
:
Slice
[
Byte
]
Annotations
@inline
()
final
def
addNonZeroUnsignedInt
(
int:
Int
)
:
Slice
[
Byte
]
Annotations
@inline
()
final
def
addSignedInt
(
int:
Int
)
:
Slice
[
Byte
]
Annotations
@inline
()
final
def
addSignedLong
(
long:
Long
)
:
Slice
[
Byte
]
Annotations
@inline
()
final
def
addString
(
string:
String
,
charsets:
Charset
=
StandardCharsets.UTF_8
)
:
Slice
[
Byte
]
Annotations
@inline
()
final
def
addUnsignedInt
(
int:
Int
)
:
Slice
[
Byte
]
Annotations
@inline
()
final
def
addUnsignedLong
(
long:
Long
)
:
Slice
[
Byte
]
Annotations
@inline
()
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
createReader
()
:
SliceReader
Annotations
@inline
()
final
def
dropUnsignedInt
()
:
Slice
[
Byte
]
Annotations
@inline
()
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
readBoolean
()
:
Boolean
Annotations
@inline
()
final
def
readInt
()
:
Int
Annotations
@inline
()
final
def
readLong
()
:
Long
Annotations
@inline
()
final
def
readNonZeroUnsignedIntWithByteSize
()
: (
Int
,
Int
)
Annotations
@inline
()
final
def
readSignedInt
()
:
Int
Annotations
@inline
()
final
def
readSignedLong
()
:
Long
Annotations
@inline
()
final
def
readString
(
charset:
Charset
=
StandardCharsets.UTF_8
)
:
String
Annotations
@inline
()
final
def
readUnsignedInt
()
:
Int
Annotations
@inline
()
final
def
readUnsignedIntWithByteSize
()
: (
Int
,
Int
)
Annotations
@inline
()
final
def
readUnsignedLong
()
:
Long
Annotations
@inline
()
final
def
readUnsignedLongByteSize
()
:
Int
Annotations
@inline
()
final
def
readUnsignedLongWithByteSize
()
: (
Long
,
Int
)
Annotations
@inline
()
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
final
def
toByteArrayOutputStream
:
ByteArrayInputStream
Annotations
@inline
()
final
def
toByteBufferDirect
:
ByteBuffer
Annotations
@inline
()
final
def
toByteBufferWrap
:
ByteBuffer
Annotations
@inline
()
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped
http://www.swaydb.io/slice/byte-slice