Class CloseShieldWriter
java.lang.Object
java.io.Writer
io.github.grumpystuff.grumpyjson.util.CloseShieldWriter
- All Implemented Interfaces:
Closeable,Flushable,Appendable,AutoCloseable
NOT PUBLIC API
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(char c) NOT PUBLIC APIappend(CharSequence csq) NOT PUBLIC APIappend(CharSequence csq, int start, int end) NOT PUBLIC APIvoidclose()NOT PUBLIC APIvoidflush()NOT PUBLIC APIvoidwrite(char[] cbuf) NOT PUBLIC APIvoidwrite(char[] cbuf, int off, int len) NOT PUBLIC APIvoidwrite(int c) NOT PUBLIC APIvoidNOT PUBLIC APIvoidNOT PUBLIC APIMethods inherited from class java.io.Writer
nullWriter
-
Constructor Details
-
CloseShieldWriter
NOT PUBLIC API- Parameters:
out- ...
-
-
Method Details
-
write
NOT PUBLIC API- Overrides:
writein classWriter- Parameters:
c- ...- Throws:
IOException- ...
-
write
NOT PUBLIC API- Overrides:
writein classWriter- Parameters:
cbuf- ...- Throws:
IOException- ...
-
write
NOT PUBLIC API- Specified by:
writein classWriter- Parameters:
cbuf- ...off- ...len- ...- Throws:
IOException- ...
-
write
NOT PUBLIC API- Overrides:
writein classWriter- Parameters:
str- ...- Throws:
IOException- ...
-
write
NOT PUBLIC API- Overrides:
writein classWriter- Parameters:
str- ...off- ...len- ...- Throws:
IOException- ...
-
append
NOT PUBLIC API- Specified by:
appendin interfaceAppendable- Overrides:
appendin classWriter- Parameters:
csq- ...- Throws:
IOException- ...
-
append
NOT PUBLIC API- Specified by:
appendin interfaceAppendable- Overrides:
appendin classWriter- Parameters:
csq- ...start- ...end- ...- Throws:
IOException- ...
-
append
NOT PUBLIC API- Specified by:
appendin interfaceAppendable- Overrides:
appendin classWriter- Parameters:
c- ...- Throws:
IOException- ...
-
flush
NOT PUBLIC API- Specified by:
flushin interfaceFlushable- Specified by:
flushin classWriter- Throws:
IOException- ...
-
close
public void close()NOT PUBLIC API
-