toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.datastructure
/
ChunkedByteDeque
Chunked
Byte
Deque
class
ChunkedByteDeque
Members
Constructors
Chunked
Byte
Deque
Link copied to clipboard
constructor
(
)
Properties
available
Read
Link copied to clipboard
var
availableRead
:
Int
Functions
read
Link copied to clipboard
fun
read
(
)
:
Int
fun
read
(
count
:
Int
)
:
ByteArray
fun
read
(
data
:
ByteArray
,
offset
:
Int
=
0
,
size
:
Int
=
data.size - offset
)
:
Int
write
Link copied to clipboard
fun
write
(
byte
:
Int
)
fun
write
(
data
:
ByteArray
,
offset
:
Int
=
0
,
size
:
Int
=
data.size - offset
)