public class HttpMultipartCollection extends Object implements Iterator<HttpMultipart>
| Modifier and Type | Field and Description |
|---|---|
protected HttpMultipartInputStream |
in |
protected boolean |
next |
| Constructor and Description |
|---|
HttpMultipartCollection(String contextType,
InputStream bodyStream) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
HttpMultipart |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected final HttpMultipartInputStream in
protected boolean next
public HttpMultipartCollection(String contextType, InputStream bodyStream) throws IOException
IOExceptionpublic boolean hasNext()
hasNext in interface Iterator<HttpMultipart>public HttpMultipart next()
next in interface Iterator<HttpMultipart>public void remove()
remove in interface Iterator<HttpMultipart>Copyright © 2025. All rights reserved.