Package org.eclipse.jetty.util
Class IO.NullWrite
java.lang.Object
java.io.Writer
org.eclipse.jetty.util.IO.NullWrite
- All Implemented Interfaces:
Closeable
,Flushable
,Appendable
,AutoCloseable
- Enclosing class:
- IO
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.Writer
append, append, append, nullWriter
-
Constructor Details
-
NullWrite
private NullWrite()
-
-
Method Details
-
close
public void close() -
flush
public void flush() -
write
public void write(char[] b) -
write
public void write(char[] b, int o, int l) -
write
public void write(int b) -
write
-
write
-