Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- FileOutputStream dump = null;
- try {
- dump = new FileOutputStream("anim-dump.txt");
- dump.write(decompressedData);
- dump.close();
- } catch(Exception e) {
- System.out.println(e);
- }
Advertisement
Add Comment
Please, Sign In to add comment