compat-scodec
compat-scodec
io.bullet.borer.compat
scodec
ByteVectorByteAccess
ByteVectorOutput
ByteVectorOutputProvider
ByteVectorProvider
FromByteVector
compat-scodec
/
io.bullet.borer.compat
/
scodec
/
ByteVectorByteAccess
ByteVectorByteAccess
object
ByteVectorByteAccess
extends
ByteAccess
[
ByteVector
]
ByteAccess
for
ByteVector
.
Graph
Supertypes
Self type
trait
ByteAccess
[
ByteVector
]
class
Object
trait
Matchable
class
Any
ByteVectorByteAccess
.type
Type members
Value members
Type members
Types
type
Out
=
ByteVectorOutput
Value members
Concrete methods
def
concat
(
a:
ByteVector
,
b:
ByteVector
):
ByteVector
def
convert
[
B
](
value:
B
)(
implicit
byteAccess:
ByteAccess
[
B
]):
ByteVector
def
copyToByteArray
(
bytes:
ByteVector
,
byteArray:
Array
[
Byte
],
startIndex:
Int
):
ByteVector
def
copyToByteBuffer
(
bytes:
ByteVector
,
byteBuffer:
ByteBuffer
):
ByteVector
def
empty
:
ByteVector
def
fromByteArray
(
byteArray:
Array
[
Byte
]):
ByteVector
def
isEmpty
(
bytes:
ByteVector
):
Boolean
def
sizeOf
(
bytes:
ByteVector
):
Long
def
toByteArray
(
bytes:
ByteVector
):
Array
[
Byte
]