com.jproxy.proxy.servlet
Class HelperInputStream
java.lang.Object
|
+--java.io.InputStream
|
+--com.jproxy.proxy.servlet.HelperInputStream
- public class HelperInputStream
- extends java.io.InputStream
Methods inherited from class java.io.InputStream |
read, read, skip |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
length
public int length
lastReadTime
public long lastReadTime
isClosed
public boolean isClosed
timeout
public int timeout
HelperInputStream
public HelperInputStream()
HelperInputStream
public HelperInputStream(java.io.InputStream in)
setInputStream
public void setInputStream(java.io.InputStream _in)
getInputStream
public java.io.InputStream getInputStream()
read
public int read()
throws java.io.IOException
- Overrides:
read
in class java.io.InputStream
close
public void close()
throws java.io.IOException
- Overrides:
close
in class java.io.InputStream
available
public int available()
throws java.io.IOException
- Overrides:
available
in class java.io.InputStream
mark
public void mark(int readlimit)
- Overrides:
mark
in class java.io.InputStream
markSupported
public boolean markSupported()
- Overrides:
markSupported
in class java.io.InputStream
reset
public void reset()
throws java.io.IOException
- Overrides:
reset
in class java.io.InputStream
Copyright © JProxy LLC. All Rights Reserved.