| Package | Description |
|---|---|
| net.thevpc.nuts.toolbox.nutsserver.util |
| Modifier and Type | Method and Description |
|---|---|
int |
MultipartStream2.discardBodyData()
Reads body-data from the current encapsulation
and discards it. |
int |
MultipartStream2.readBodyData(OutputStream output)
Reads body-data from the current encapsulation
and writes its contents into the output Stream. |
boolean |
MultipartStream2.readBoundary()
Skips a
boundary token, and checks whether more
encapsulations are contained in the stream. |
String |
MultipartStream2.readHeaders()
Reads the header-part of the current
encapsulation. |
Copyright © 2021 vpc open source initiative. All rights reserved.