This commit is contained in:
Denis Molony 2020-12-18 11:19:20 +10:00
parent 3a33c4c3e0
commit 7c51072a10

View File

@ -12,6 +12,7 @@ public class BasicTextFile extends TextFile
private List<TextBuffer> buffers; // only used if it is a Prodos text file
private int eof;
private boolean prodosFile;
// test
// ---------------------------------------------------------------------------------//
public BasicTextFile (String name, byte[] buffer)