toggle menu
bcs
0.1.3
common
switch theme
search in API
bcs
/
xyz.mcxross.bcs.stream
/
BcsDataOutputBuffer
Bcs
Data
Output
Buffer
class
BcsDataOutputBuffer
:
BcsDataBuffer
Members
Constructors
Bcs
Data
Output
Buffer
Link copied to clipboard
constructor
(
)
Functions
add
Link copied to clipboard
fun
add
(
byte
:
Byte
)
:
Boolean
add
All
Link copied to clipboard
fun
addAll
(
bytes
:
ByteArray
)
:
Boolean
fun
addAll
(
bytes
:
List
<
Byte
>
)
:
Boolean
to
Byte
Array
Link copied to clipboard
open
override
fun
toByteArray
(
)
:
ByteArray
write
Boolean
Link copied to clipboard
fun
writeBoolean
(
booleanValue
:
Boolean
)
write
Byte
Link copied to clipboard
fun
writeByte
(
byteValue
:
Byte
)
write
Int
Link copied to clipboard
fun
writeInt
(
intValue
:
Int
)
write
Long
Link copied to clipboard
fun
writeLong
(
longValue
:
Long
)
write
Short
Link copied to clipboard
fun
writeShort
(
shortValue
:
Short
)
write
ULEB128
Link copied to clipboard
fun
writeULEB128
(
value
:
Int
)
write
UTF
Link copied to clipboard
fun
writeUTF
(
text
:
String
)