Class CloseShieldReader
java.lang.Object
java.io.Reader
io.github.grumpystuff.grumpyjson.util.CloseShieldReader
- All Implemented Interfaces:
Closeable,AutoCloseable,Readable
NOT PUBLIC API
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()NOT PUBLIC APIvoidmark(int readAheadLimit) NOT PUBLIC APIbooleanNOT PUBLIC APIintread()NOT PUBLIC APIintread(char[] cbuf) NOT PUBLIC APIintread(char[] cbuf, int off, int len) NOT PUBLIC APIintread(CharBuffer target) NOT PUBLIC APIbooleanready()NOT PUBLIC APIvoidreset()NOT PUBLIC APIlongskip(long n) NOT PUBLIC APIlongtransferTo(Writer out) NOT PUBLIC APIMethods inherited from class java.io.Reader
nullReader
-
Constructor Details
-
CloseShieldReader
NOT PUBLIC API- Parameters:
in- ...
-
-
Method Details
-
read
NOT PUBLIC API- Specified by:
readin interfaceReadable- Overrides:
readin classReader- Parameters:
target- ...- Returns:
- ...
- Throws:
IOException- ...
-
read
NOT PUBLIC API- Overrides:
readin classReader- Returns:
- ...
- Throws:
IOException- ...
-
read
NOT PUBLIC API- Overrides:
readin classReader- Parameters:
cbuf- ...- Returns:
- ...
- Throws:
IOException- ...
-
read
NOT PUBLIC API- Specified by:
readin classReader- Parameters:
cbuf- ...off- ...len- ...- Returns:
- ...
- Throws:
IOException- ...
-
skip
NOT PUBLIC API- Overrides:
skipin classReader- Parameters:
n- ...- Returns:
- ...
- Throws:
IOException- ...
-
ready
NOT PUBLIC API- Overrides:
readyin classReader- Throws:
IOException- ...
-
markSupported
public boolean markSupported()NOT PUBLIC API- Overrides:
markSupportedin classReader- Returns:
- ...
-
mark
NOT PUBLIC API- Overrides:
markin classReader- Parameters:
readAheadLimit- ...- Throws:
IOException- ...
-
reset
NOT PUBLIC API- Overrides:
resetin classReader- Throws:
IOException- ...
-
close
public void close()NOT PUBLIC API -
transferTo
NOT PUBLIC API- Overrides:
transferToin classReader- Parameters:
out- ...- Returns:
- ...
- Throws:
IOException- ...
-