Coggle requires JavaScript to display documents.
TextIO
private static final long serialVersionUID = -51223...L;
FileInputStream / FileOutputStream
DIS infile = new DIS(new FIS("in.bat"));
try (declare and create resources) { Use the resource to process the file; }