korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-memory
/
korlibs.memory
/
SimpleChunkedByteDeque
Simple
Chunked
Byte
Deque
class
SimpleChunkedByteDeque
Members
Constructors
Simple
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
)