public class CachingInputStream extends InputStream
| Constructor and Description |
|---|
CachingInputStream(InputStream is) |
public CachingInputStream(InputStream is)
public byte[] getCache()
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2007-2012. All Rights Reserved.