habbokt
jvm
api
/
com.habbokt.api.packet
/
PacketDisassembler
Packet
Disassembler
abstract
class
PacketDisassembler
<
out
P
:
Packet
>
(
val
body
:
suspend
ByteReadChannel
.
(
Int
)
->
@
UnsafeVariance
P
)
Author
Jordan Abraham
Members
Constructors
Packet
Disassembler
Link copied to clipboard
constructor
(
body
:
suspend
ByteReadChannel
.
(
Int
)
->
@
UnsafeVariance
P
)
Properties
body
Link copied to clipboard
val
body
:
suspend
ByteReadChannel
.
(
Int
)
->
@
UnsafeVariance
P