Package com.tangosol.util
Class NullImplementation.NullReader
java.lang.Object
java.io.Reader
com.tangosol.util.NullImplementation.NullReader
- All Implemented Interfaces:
 Closeable,AutoCloseable,Readable
- Enclosing class:
 NullImplementation
A reader 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:
 - jh 2012.03.28
 
- 
Field Summary
 - 
Method Summary
Methods inherited from class java.io.Reader
nullReader, transferTo 
- 
Method Details
- 
mark
- Overrides:
 markin classReader- Throws:
 IOException
 - 
markSupported
public boolean markSupported()- Overrides:
 markSupportedin classReader
 - 
read
- Overrides:
 readin classReader- Throws:
 IOException
 - 
read
- Overrides:
 readin classReader- Throws:
 IOException
 - 
read
- Specified by:
 readin classReader- Throws:
 IOException
 - 
read
- Specified by:
 readin interfaceReadable- Overrides:
 readin classReader- Throws:
 IOException
 - 
ready
- Overrides:
 readyin classReader- Throws:
 IOException
 - 
reset
- Overrides:
 resetin classReader- Throws:
 IOException
 - 
skip
- Overrides:
 skipin classReader- Throws:
 IOException
 - 
close
- Specified by:
 closein interfaceAutoCloseable- Specified by:
 closein interfaceCloseable- Specified by:
 closein classReader- Throws:
 IOException
 
 -