Class UploadInputStreamEnumeration
java.lang.Object
me.desair.tus.server.upload.concatenation.UploadInputStreamEnumeration
- All Implemented Interfaces:
Enumeration<InputStream>
Enumeration class that enumerates all input streams associated with with given list of uploads
-
Constructor Summary
ConstructorDescriptionUploadInputStreamEnumeration
(List<UploadInfo> uploadList, UploadStorageService uploadStorageService) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Enumeration
asIterator
-
Constructor Details
-
UploadInputStreamEnumeration
public UploadInputStreamEnumeration(List<UploadInfo> uploadList, UploadStorageService uploadStorageService)
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration<InputStream>
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration<InputStream>
-