Package hudson.util
Class NullStream
- java.lang.Object
-
- java.io.OutputStream
-
- hudson.util.NullStream
-
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
@Deprecated public final class NullStream extends OutputStream
Deprecated.- Author:
- Kohsuke Kawaguchi
-
-
Constructor Summary
Constructors Constructor Description NullStream()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
write(byte[] b)
Deprecated.void
write(byte[] b, int off, int len)
Deprecated.void
write(int b)
Deprecated.-
Methods inherited from class java.io.OutputStream
close, flush, nullOutputStream
-
-
-
-
Method Detail
-
write
public void write(byte[] b)
Deprecated.- Overrides:
write
in classOutputStream
-
write
public void write(byte[] b, int off, int len)
Deprecated.- Overrides:
write
in classOutputStream
-
write
public void write(int b)
Deprecated.- Specified by:
write
in classOutputStream
-
-