wt.boot
Class WTRMIURLSocketFactory.URLSocket.Input
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
wt.boot.WTRMIURLSocketFactory.URLSocket.Input
- Enclosing class:
- WTRMIURLSocketFactory.URLSocket
- class WTRMIURLSocketFactory.URLSocket.Input
- extends FilterInputStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WTRMIURLSocketFactory.URLSocket.Input
WTRMIURLSocketFactory.URLSocket.Input()
throws IOException
read
public int read()
throws IOException
- Throws:
IOException
read
public int read(byte[] b,
int off,
int len)
throws IOException
- Throws:
IOException
skip
public long skip(long n)
throws IOException
- Throws:
IOException
available
public int available()
throws IOException
- Throws:
IOException
close
public void close()
throws IOException
- Throws:
IOException
mark
public void mark(int readlimit)
reset
public void reset()
throws IOException
- Throws:
IOException
markSupported
public boolean markSupported()