Package org.eclipse.jgit.transport
Class PushCertificateParser.PacketLineReader
- java.lang.Object
-
- org.eclipse.jgit.transport.PushCertificateParser.PacketLineReader
-
- All Implemented Interfaces:
PushCertificateParser.StringReader
- Enclosing class:
- PushCertificateParser
private static class PushCertificateParser.PacketLineReader extends java.lang.Object implements PushCertificateParser.StringReader
-
-
Field Summary
Fields Modifier and Type Field Description private PacketLineIn
pckIn
-
Constructor Summary
Constructors Modifier Constructor Description private
PacketLineReader(PacketLineIn pckIn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
read()
-
-
-
Field Detail
-
pckIn
private final PacketLineIn pckIn
-
-
Constructor Detail
-
PacketLineReader
private PacketLineReader(PacketLineIn pckIn)
-
-
Method Detail
-
read
public java.lang.String read() throws java.io.IOException
- Specified by:
read
in interfacePushCertificateParser.StringReader
- Returns:
- the next string from the input, up to an optional newline, with newline stripped if present
- Throws:
java.io.EOFException
- if EOF was reached.java.io.IOException
- if an error occurred during reading.
-
-