public class VerticalBarParser.VerticalBarParserReader extends Object
| Constructor and Description |
|---|
VerticalBarParserReader(BufferedInputStream stream,
String charsetName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCharsetName() |
int |
getLineNumber() |
int |
getOffset() |
BufferedInputStream |
getStream() |
boolean |
IsEOL() |
boolean |
isFinished() |
void |
mark() |
char |
peek() |
char |
read() |
String |
read(int charCount) |
void |
reset() |
void |
setCharsetName(String charsetName) |
void |
setStream(BufferedInputStream stream) |
void |
skipEOL() |
public VerticalBarParserReader(BufferedInputStream stream, String charsetName) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getCharsetName()
public void setCharsetName(String charsetName)
public BufferedInputStream getStream()
public void setStream(BufferedInputStream stream)
public String read(int charCount) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic void skipEOL() throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic char read() throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic boolean isFinished()
public char peek() throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic void mark()
public void reset() throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic boolean IsEOL() throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic int getLineNumber()
public int getOffset()
Copyright © 2014–2021 Health Level 7. All rights reserved.