Class MultiPartFileIterator
- java.lang.Object
-
- org.smallmind.web.jersey.multipart.MultiPartFileIterator
-
- All Implemented Interfaces:
Iterator<MultiPartFile>
public class MultiPartFileIterator extends Object implements Iterator<MultiPartFile>
-
-
Constructor Summary
Constructors Constructor Description MultiPartFileIterator(org.glassfish.jersey.media.multipart.FormDataMultiPart formDataMultiPart)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()MultiPartFilenext()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceIterator<MultiPartFile>
-
next
public MultiPartFile next()
- Specified by:
nextin interfaceIterator<MultiPartFile>
-
-