org.apache.http.impl.io
Class EmptyInputStream
java.lang.Object
   java.io.InputStream
java.io.InputStream
       org.apache.http.impl.io.EmptyInputStream
org.apache.http.impl.io.EmptyInputStream
- All Implemented Interfaces: 
- Closeable
- public final class EmptyInputStream 
- extends InputStream
- Since:
- 4.4
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
INSTANCE
public static final EmptyInputStream INSTANCE
available
public int available()
- 
- Overrides:
- availablein class- InputStream
 
- 
 
close
public void close()
- 
- Specified by:
- closein interface- Closeable
- Overrides:
- closein class- InputStream
 
- 
 
mark
public void mark(int readLimit)
- 
- Overrides:
- markin class- InputStream
 
- 
 
markSupported
public boolean markSupported()
- 
- Overrides:
- markSupportedin class- InputStream
 
- 
 
read
public int read()
- 
- Specified by:
- readin class- InputStream
 
- 
 
read
public int read(byte[] buf)
- 
- Overrides:
- readin class- InputStream
 
- 
 
read
public int read(byte[] buf,
                int off,
                int len)
- 
- Overrides:
- readin class- InputStream
 
- 
 
reset
public void reset()
- 
- Overrides:
- resetin class- InputStream
 
- 
 
skip
public long skip(long n)
- 
- Overrides:
- skipin class- InputStream
 
- 
 
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.