@NotThreadSafe private final class ConcurrentInputShop.ConcurrentInputStream extends DecoratingInputStream
delegate| Constructor and Description |
|---|
ConcurrentInputShop.ConcurrentInputStream(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
protected void |
finalize()
The finalizer in this class forces this input stream to close.
|
void |
mark(int readlimit) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
void |
reset() |
long |
skip(long n) |
read, toStringConcurrentInputShop.ConcurrentInputStream(InputStream in)
public int read()
throws IOException
read in class DecoratingInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class DecoratingInputStreamIOExceptionpublic long skip(long n)
throws IOException
skip in class DecoratingInputStreamIOExceptionpublic int available()
throws IOException
available in class DecoratingInputStreamIOExceptionpublic void mark(int readlimit)
mark in class DecoratingInputStreampublic void reset()
throws IOException
reset in class DecoratingInputStreamIOExceptionpublic boolean markSupported()
markSupported in class DecoratingInputStreampublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class DecoratingInputStreamIOExceptionCopyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.