rd-core
2023.2.3
rd-core
/
com.jetbrains.rd.util.threading
/
ByteBufferAsyncProcessor
/
Chunk
Chunk
class
Chunk
(
chunkSize
:
Int
)
Content copied to clipboard
Types
Constructors
Functions
Properties
Constructors
Chunk
Link copied to clipboard
fun
Chunk
(
chunkSize
:
Int
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
check
Empty
Link copied to clipboard
fun
checkEmpty
(
buffer
:
ByteBufferAsyncProcessor
)
:
Boolean
Content copied to clipboard
Properties
data
Link copied to clipboard
val
data
:
ByteArray
Content copied to clipboard
is
Not
Processed
Link copied to clipboard
val
isNotProcessed
:
Boolean
Content copied to clipboard
next
Link copied to clipboard
lateinit
var
next
:
ByteBufferAsyncProcessor.Chunk
Content copied to clipboard
ptr
Link copied to clipboard
var
ptr
:
Int
=
0
Content copied to clipboard
seqn
Link copied to clipboard
var
seqn
:
Long
Content copied to clipboard