Class PushCertificateParser.PacketLineReader

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private PacketLineIn pckIn  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String read()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PacketLineReader

        private PacketLineReader​(PacketLineIn pckIn)
    • Method Detail

      • read

        public java.lang.String read()
                              throws java.io.IOException
        Specified by:
        read in interface PushCertificateParser.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.