@NotThreadSafe private final class ConcurrentInputShop.ConcurrentInputStream extends DecoratingInputStream
delegate| Constructor and Description |
|---|
ConcurrentInputShop.ConcurrentInputStream(java.io.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(java.io.InputStream in)
public 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 mark(int readlimit)
mark in class DecoratingInputStreampublic void reset()
throws java.io.IOException
reset in class DecoratingInputStreamjava.io.IOExceptionpublic boolean markSupported()
markSupported in class DecoratingInputStreampublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class DecoratingInputStreamjava.io.IOExceptionprotected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.ThrowableCopyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.