- java.lang.Object
-
- org.eclipse.jgit.transport.PacketLineIn.PacketLineInIterator
-
- Enclosing class:
- PacketLineIn
public static class PacketLineIn.PacketLineInIterator extends Object implements Iterable<String>
Iterator over packet lines.Calls
PacketLineIn.readString()on thePacketLineInuntilPacketLineIn.ENDis encountered.- Since:
- 5.4
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<String>iterator()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-