public class DynamicResourceIterator extends ArrayList<ResourceInputStream>
modCount| Constructor and Description |
|---|
DynamicResourceIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
ResourceInputStream resourceInputStream) |
boolean |
add(ResourceInputStream resourceInputStream) |
boolean |
addAll(Collection<? extends ResourceInputStream> c) |
void |
addEmbeddedResource(ResourceInputStream ris) |
protected byte[] |
buildArrayFromStream(InputStream source) |
int |
getPosition() |
boolean |
hasNext() |
ResourceInputStream |
nextResource() |
addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic ResourceInputStream nextResource()
public int getPosition()
public void addEmbeddedResource(ResourceInputStream ris)
public boolean hasNext()
public boolean add(ResourceInputStream resourceInputStream)
add in interface Collection<ResourceInputStream>add in interface List<ResourceInputStream>add in class ArrayList<ResourceInputStream>public boolean addAll(Collection<? extends ResourceInputStream> c)
addAll in interface Collection<ResourceInputStream>addAll in interface List<ResourceInputStream>addAll in class ArrayList<ResourceInputStream>public void add(int index,
ResourceInputStream resourceInputStream)
add in interface List<ResourceInputStream>add in class ArrayList<ResourceInputStream>protected byte[] buildArrayFromStream(InputStream source) throws IOException
IOExceptionCopyright © 2014. All Rights Reserved.