Skip to content

Instantly share code, notes, and snippets.

@I3rixon
Created December 22, 2015 18:40
Show Gist options
  • Save I3rixon/56d601e82a1d1af71c46 to your computer and use it in GitHub Desktop.
Save I3rixon/56d601e82a1d1af71c46 to your computer and use it in GitHub Desktop.
MyFile file = new MyFile();
file.initialize("c:\\data\\a.txt");
MyFile file2 = new MyFile();
file2.initialize(file, "a.txt");
String text = file2.readText();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment