Package com.tangosol.util
Class NullImplementation.NullWriter
java.lang.Object
java.io.Writer
com.tangosol.util.NullImplementation.NullWriter
- All Implemented Interfaces:
 Closeable,Flushable,Appendable,AutoCloseable
- Enclosing class:
 NullImplementation
A writer that does basically nothing.  Note that multiple instances are
 required because the API dictates that the close method must cause
 further invocations to all other methods to throw an IOException.
- Author:
 - cp 2000.08.02
 
- 
Field Summary
 - 
Method Summary
Methods inherited from class java.io.Writer
append, append, append, nullWriter 
- 
Method Details
- 
write
- Overrides:
 writein classWriter- Throws:
 IOException
 - 
write
- Specified by:
 writein classWriter- Throws:
 IOException
 - 
write
- Overrides:
 writein classWriter- Throws:
 IOException
 - 
write
- Overrides:
 writein classWriter- Throws:
 IOException
 - 
write
- Overrides:
 writein classWriter- Throws:
 IOException
 - 
flush
- Specified by:
 flushin interfaceFlushable- Specified by:
 flushin classWriter- Throws:
 IOException
 - 
close
- Specified by:
 closein interfaceAutoCloseable- Specified by:
 closein interfaceCloseable- Specified by:
 closein classWriter- Throws:
 IOException
 
 -