Preamble
class Preamble : MultipartEvent
Represents a multipart content preamble. A multipart stream could have at most one preamble.
Constructors
Preamble(body: ByteReadPacket) Represents a multipart content preamble. A multipart stream could have at most one preamble. |
Properties
val body: ByteReadPacket contains preamble’s content |
Functions
fun release(): Unit Release underlying data/packet. |