@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) 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, toStringpublic int available()
throws IOException
available in class DecoratingInputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class DecoratingInputStreamIOExceptionInputStream getInputStream() throws IOException
IOExceptionpublic void mark(int readlimit)
mark in class DecoratingInputStreampublic boolean markSupported()
markSupported in class DecoratingInputStreampublic int read()
throws IOException
read in class DecoratingInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class DecoratingInputStreamIOExceptionpublic void reset()
throws IOException
reset in class DecoratingInputStreamIOExceptionpublic long skip(long n)
throws IOException
skip in class DecoratingInputStreamIOExceptionCopyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.