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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
read()
-
-
-
Method Detail
-
read
java.lang.String read() throws java.io.EOFException, java.io.IOException
- 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.
-
-