org.jclouds.io.internal
Class BasePayloadSlicer.PayloadIterator
java.lang.Object
org.jclouds.io.internal.BasePayloadSlicer.PayloadIterator
- All Implemented Interfaces:
- Iterable<Payload>, Iterator<Payload>
- Enclosing class:
- BasePayloadSlicer
public static class BasePayloadSlicer.PayloadIterator
- extends Object
- implements Iterable<Payload>, Iterator<Payload>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasePayloadSlicer.PayloadIterator
public BasePayloadSlicer.PayloadIterator(InputStream input,
ContentMetadata meta)
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<Payload>
next
public Payload next()
- Specified by:
next in interface Iterator<Payload>
remove
public void remove()
- Specified by:
remove in interface Iterator<Payload>
iterator
public Iterator<Payload> iterator()
- Specified by:
iterator in interface Iterable<Payload>
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.