- All Known Implementing Classes:
InputStreamWrapper
public interface InputStreamInterface
- Since:
- 2.3.0
- Author:
- Fred Toussi (fredt@users dot sourceforge.net)
-
Method Details
-
read
- Throws:
IOException
-
read
- Throws:
IOException
-
read
- Throws:
IOException
-
skip
- Throws:
IOException
-
available
- Throws:
IOException
-
close
- Throws:
IOException
-
setSizeLimit
void setSizeLimit(long count) -
getSizeLimit
long getSizeLimit()Invariant. Number of characters in stream, including any already read.- Returns:
- -1 if no explicit limit otherwise the limit
-