Class FileInput
java.lang.Object
org.openjdk.asmtools.common.inputs.FileInput
- All Implemented Interfaces:
ToolInput
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
file
-
-
Constructor Details
-
FileInput
-
-
Method Details
-
getFileName
- Specified by:
getFileName
in interfaceToolInput
-
readAllLines
- Specified by:
readAllLines
in interfaceToolInput
- Throws:
IOException
-
getDataInputStream
public DataInputStream getDataInputStream(Optional<Environment> logger) throws URISyntaxException, IOException - Specified by:
getDataInputStream
in interfaceToolInput
- Throws:
URISyntaxException
IOException
-
toString
-