Skip to content

Instantly share code, notes, and snippets.

@libliboom
Last active November 4, 2019 07:11
Show Gist options
  • Save libliboom/e5f4339cceeb2186f8ddd6859576aa64 to your computer and use it in GitHub Desktop.
Save libliboom/e5f4339cceeb2186f8ddd6859576aa64 to your computer and use it in GitHub Desktop.
public abstract interface IFile {
public abstract void close();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment