Package org.hl7.fhir.r4.elementmodel
Class VerticalBarParser.VerticalBarParserReader
- java.lang.Object
-
- org.hl7.fhir.r4.elementmodel.VerticalBarParser.VerticalBarParserReader
-
- Enclosing class:
- VerticalBarParser
public class VerticalBarParser.VerticalBarParserReader extends Object
-
-
Constructor Summary
Constructors Constructor Description VerticalBarParserReader(BufferedInputStream stream, String charsetName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCharsetName()intgetLineNumber()intgetOffset()BufferedInputStreamgetStream()booleanIsEOL()booleanisFinished()voidmark()charpeek()charread()Stringread(int charCount)voidreset()voidsetCharsetName(String charsetName)voidsetStream(BufferedInputStream stream)voidskipEOL()
-
-
-
Constructor Detail
-
VerticalBarParserReader
public VerticalBarParserReader(BufferedInputStream stream, String charsetName) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
-
Method Detail
-
getCharsetName
public String getCharsetName()
-
setCharsetName
public void setCharsetName(String charsetName)
-
getStream
public BufferedInputStream 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()
-
-