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