Package org.eclipse.epsilon.emc.plainxml
Class StringInputStream
java.lang.Object
java.io.InputStream
org.eclipse.epsilon.emc.plainxml.StringInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
close, mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Field Details
-
strOffset
protected int strOffset -
charOffset
protected int charOffset -
available
protected int available -
str
-
-
Constructor Details
-
StringInputStream
-
-
Method Details
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
available
- Overrides:
available
in classInputStream
- Throws:
IOException
-