Package org.vast.swe.fast
Class NullWriter
java.lang.Object
java.io.Writer
org.vast.swe.fast.NullWriter
- All Implemented Interfaces:
 Closeable,Flushable,Appendable,AutoCloseable
Null writer used to skip data, thus it doesn't actually write anything!
- Since:
 - Feb 20, 2017
 
- 
Field Summary
 - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionappend(char c) append(CharSequence csq) append(CharSequence csq, int start, int end) voidclose()voidflush()voidwrite(char[] cbuf) voidwrite(char[] arg0, int arg1, int arg2) voidwrite(int c) voidvoidMethods inherited from class java.io.Writer
nullWriter 
- 
Constructor Details
- 
NullWriter
public NullWriter() 
 - 
 - 
Method Details
- 
append
- Specified by:
 appendin interfaceAppendable- Overrides:
 appendin classWriter- Throws:
 IOException
 - 
append
- Specified by:
 appendin interfaceAppendable- Overrides:
 appendin classWriter- Throws:
 IOException
 - 
append
- Specified by:
 appendin interfaceAppendable- Overrides:
 appendin classWriter- Throws:
 IOException
 - 
write
- Overrides:
 writein classWriter- Throws:
 IOException
 - 
write
- Overrides:
 writein classWriter- Throws:
 IOException
 - 
write
- Overrides:
 writein classWriter- Throws:
 IOException
 - 
write
- Overrides:
 writein classWriter- Throws:
 IOException
 - 
write
- Specified by:
 writein classWriter- Throws:
 IOException
 - 
close
- Specified by:
 closein interfaceAutoCloseable- Specified by:
 closein interfaceCloseable- Specified by:
 closein classWriter- Throws:
 IOException
 - 
flush
- Specified by:
 flushin interfaceFlushable- Specified by:
 flushin classWriter- Throws:
 IOException
 
 -