Package net.hydromatic.morel
Class Main.BufferingReader
- java.lang.Object
-
- java.io.Reader
-
- java.io.FilterReader
-
- net.hydromatic.morel.Main.BufferingReader
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.StringBuilderbuf
-
Constructor Summary
Constructors Modifier Constructor Description protectedBufferingReader(java.io.Reader in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringflush()intread()intread(char[] cbuf, int off, int len)
-
-
-
Method Detail
-
read
public int read() throws java.io.IOException- Overrides:
readin classjava.io.FilterReader- Throws:
java.io.IOException
-
read
public int read(char[] cbuf, int off, int len) throws java.io.IOException- Overrides:
readin classjava.io.FilterReader- Throws:
java.io.IOException
-
flush
public java.lang.String flush()
-
-