SKaiNET
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SKaiNET
skainet-io-core
/
sk.ainet.io
/
MemoryChunk
Memory
Chunk
interface
MemoryChunk
(
source
)
Inheritors
ByteArrayMemoryChunk
Members
Properties
size
Link copied to clipboard
abstract
val
size
:
Long
Functions
read
Byte
Link copied to clipboard
abstract
fun
readByte
(
offset
:
Long
)
:
Byte
read
Bytes
Link copied to clipboard
abstract
fun
readBytes
(
offset
:
Long
,
length
:
Int
)
:
ByteArray
slice
Link copied to clipboard
abstract
fun
slice
(
offset
:
Long
,
length
:
Long
)
:
MemoryChunk