Package org.eclipse.jgit.transport
Interface PushCertificateParser.StringReader
- All Known Implementing Classes:
PushCertificateParser.PacketLineReader
,PushCertificateParser.StreamReader
- Enclosing class:
- PushCertificateParser
private static interface PushCertificateParser.StringReader
-
Method Summary
-
Method Details
-
read
- Returns:
- the next string from the input, up to an optional newline, with newline stripped if present
- Throws:
EOFException
- if EOF was reached.IOException
- if an error occurred during reading.
-