| Package | Description |
|---|---|
| to.etc.domui.util.upload |
| Modifier and Type | Method and Description |
|---|---|
int |
MultipartStream.discardBodyData()
Reads
body-data from the current
encapsulation and discards it. |
int |
MultipartStream.readBodyData(OutputStream output)
Reads
body-data from the current
encapsulation and writes its contents into the
output Stream. |
int |
MultipartStream.readBodyData(OutputStream output,
int maxSize)
Read the body-data, but limit the written size to approximately maxSize bytes (it can exceed
maxSize by the buffer-size).
|
boolean |
MultipartStream.readBoundary()
Skips a
boundary token, and checks whether more
encapsulations are contained in the stream. |
String |
MultipartStream.readHeaders()
Reads the
header-part of the current
encapsulation. |
Copyright © 2017 etc.to. All rights reserved.