Class CompoundModule.Reader
java.lang.Object
java.io.Reader
com.ibm.wala.classLoader.CompoundModule.Reader
- All Implemented Interfaces:
Closeable, AutoCloseable, Readable
- Enclosing class:
CompoundModule
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Reader
mark, markSupported, nullReader, of, read, read, read, readAllAsString, readAllLines, ready, reset, skip, transferTo
-
Constructor Details
-
Reader
public Reader()
-
-
Method Details
-
read
- Specified by:
readin classReader- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein classReader- Throws:
IOException
-
getOriginalPosition
-