Skip to content

Instantly share code, notes, and snippets.

@KowalczykBartek
Created February 15, 2015 01:33
Show Gist options
  • Save KowalczykBartek/6e34b6eb0bb74e0400b6 to your computer and use it in GitHub Desktop.
Save KowalczykBartek/6e34b6eb0bb74e0400b6 to your computer and use it in GitHub Desktop.
try ( FileInputStream fin = new FileInputStream("jakisPlik.bin");
ObjectInputStream in = new ObjectInputStream(fin) ) {
//cosik
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment