Class VerticalBarParser.VerticalBarParserReader

java.lang.Object
org.hl7.fhir.r5.elementmodel.VerticalBarParser.VerticalBarParserReader
Enclosing class:
VerticalBarParser

  • Constructor Details

  • Method Details

    • getCharsetName

    • setCharsetName

      public void setCharsetName(String charsetName)
    • getStream

    • setStream

      public void setStream(BufferedInputStream stream)
    • read

      public String read(int charCount) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • skipEOL

      public void skipEOL() throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • read

      public char read() throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • isFinished

      public boolean isFinished()
    • peek

      public char peek() throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • mark

      public void mark()
    • reset

      public void reset() throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • IsEOL

      public boolean IsEOL() throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • getLineNumber

      public int getLineNumber()
    • getOffset

      public int getOffset()