java.lang.Object
org.hsqldb.lib.InputStreamWrapper
- All Implemented Interfaces:
InputStreamInterface
- Since:
- 2.2.8
- Author:
- Fred Toussi (fredt@users dot sourceforge.net)
-
Constructor Details
-
InputStreamWrapper
-
-
Method Details
-
read
- Specified by:
read
in interfaceInputStreamInterface
- Throws:
IOException
-
read
- Specified by:
read
in interfaceInputStreamInterface
- Throws:
IOException
-
read
- Specified by:
read
in interfaceInputStreamInterface
- Throws:
IOException
-
skip
- Specified by:
skip
in interfaceInputStreamInterface
- Throws:
IOException
-
available
- Specified by:
available
in interfaceInputStreamInterface
- Throws:
IOException
-
close
- Specified by:
close
in interfaceInputStreamInterface
- Throws:
IOException
-
setSizeLimit
public void setSizeLimit(long count) - Specified by:
setSizeLimit
in interfaceInputStreamInterface
-
getSizeLimit
public long getSizeLimit()Description copied from interface:InputStreamInterface
Invariant. Number of characters in stream, including any already read.- Specified by:
getSizeLimit
in interfaceInputStreamInterface
- Returns:
- -1 if no explicit limit otherwise the limit
-