java.lang.Object
java.io.Reader
org.apache.jena.atlas.io.InStreamASCII
- All Implemented Interfaces:
Closeable,AutoCloseable,Readable,CharStream
Fast and streaming.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.Reader
mark, markSupported, nullReader, read, read, reset, skip, transferTo
-
Constructor Details
-
InStreamASCII
-
InStreamASCII
-
-
Method Details
-
ready
- Overrides:
readyin classReader- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein classReader- Throws:
IOException
-
closeStream
public void closeStream()Description copied from interface:CharStreamClose the stream - different name from java.io.Reader.close- Specified by:
closeStreamin interfaceCharStream
-
read
public int read(char[] cbuf, int off, int len) -
read
public int read() -
advance
public int advance()- Specified by:
advancein interfaceCharStream
-