Guest User

Untitled

a guest
Jan 12th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.20 KB | None | 0 0
  1.         FileOutputStream dump = null;
  2.         try {
  3.             dump = new FileOutputStream("anim-dump.txt");
  4.             dump.write(decompressedData);
  5.             dump.close();
  6.         } catch(Exception e) {
  7.             System.out.println(e);
  8.         }
Advertisement
Add Comment
Please, Sign In to add comment