Interface PushCertificateParser.StringReader

    • 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.