@NotThreadSafe private class LazyInputSocket.ProxyInputStream extends DecoratingInputStream
delegate| Constructor and Description |
|---|
LazyInputSocket.ProxyInputStream() |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
(package private) java.io.InputStream |
getInputStream() |
void |
mark(int readlimit) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
void |
reset() |
long |
skip(long n) |
read, toStringjava.io.InputStream getInputStream()
throws java.io.IOException
java.io.IOExceptionpublic int read()
throws java.io.IOException
read in class DecoratingInputStreamjava.io.IOExceptionpublic int read(byte[] b,
int off,
int len)
throws java.io.IOException
read in class DecoratingInputStreamjava.io.IOExceptionpublic long skip(long n)
throws java.io.IOException
skip in class DecoratingInputStreamjava.io.IOExceptionpublic int available()
throws java.io.IOException
available in class DecoratingInputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class DecoratingInputStreamjava.io.IOExceptionpublic void mark(int readlimit)
mark in class DecoratingInputStreampublic void reset()
throws java.io.IOException
reset in class DecoratingInputStreamjava.io.IOExceptionpublic boolean markSupported()
markSupported in class DecoratingInputStreamCopyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.