public static class MultipartEvent.Preamble
extends MultipartEvent
Represents a multipart content preamble. A multipart stream could have at most one preamble.
MultipartEvent.Epilogue, MultipartEvent.MultipartPart, MultipartEvent.Preamble| Constructor and Description |
|---|
Preamble(kotlinx.io.core.ByteReadPacket body)
Represents a multipart content preamble. A multipart stream could have at most one preamble.
|
| Modifier and Type | Method and Description |
|---|---|
kotlinx.io.core.ByteReadPacket |
getBody()
contains preamble
|
void |
release()
Release underlying data/packet.
|
release