Created
September 8, 2022 23:09
-
-
Save eminetto/f950c0f5e39d0360ae55c0a6dd20b953 to your computer and use it in GitHub Desktop.
modulo raso
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FileInputStream fileStream = new FileInputStream(fileName); | |
BufferedInputStream bufferedStream = new BufferedInputStream(fileStream); | |
ObjectInputStream objectStream = new ObjectInputStream(bufferedStream); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment