Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 320 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 320 Bytes

MyFileClass-Java

A class I made many years ago when I was learning Java and the Generic Types.

This class let you store and upload Java objects to a binary file(you can rename the file from .dat to what you prefer).

It is far from complete and it's really simple. You are welcome to add more features to it