Class ResponseEntityProxy.NullOutputStream
java.lang.Object
java.io.OutputStream
org.apache.hc.client5.http.impl.classic.ResponseEntityProxy.NullOutputStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
- Enclosing class:
ResponseEntityProxy
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
NullOutputStream
private NullOutputStream()
-
-
Method Details
-
write
public void write(int byteValue) - Specified by:
write
in classOutputStream
-
write
public void write(byte[] buffer) - Overrides:
write
in classOutputStream
-
write
public void write(byte[] buffer, int off, int len) - Overrides:
write
in classOutputStream
-
flush
public void flush()- Specified by:
flush
in interfaceFlushable
- Overrides:
flush
in classOutputStream
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classOutputStream
-
toString
-