org.inb.util
Class TemplateInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.inb.util.TemplateInputStream
- All Implemented Interfaces:
- Closeable
public class TemplateInputStream
- extends FilterInputStream
- Author:
- Dmitry Repchevsky
Method Summary |
int |
read()
|
int |
read(byte[] b)
|
int |
read(byte[] b,
int off,
int len)
|
TemplateInputStream
public TemplateInputStream(InputStream in,
Map paramz)
read
public int read()
throws IOException
- Overrides:
read
in class FilterInputStream
- Throws:
IOException
read
public int read(byte[] b)
throws IOException
- Overrides:
read
in class FilterInputStream
- Throws:
IOException
read
public int read(byte[] b,
int off,
int len)
throws IOException
- Overrides:
read
in class FilterInputStream
- Throws:
IOException
Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010