thespeedracer38

FileHandler

Apr 11th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.10 KB | None | 0 0
  1. /**
  2.  *
  3.  * @author Ranajoy
  4.  */
  5. public interface FileHandler {
  6.     void open(String filename);
  7. }
Add Comment
Please, Sign In to add comment