public class FileUtilities extends Object
Constructor and Description |
---|
FileUtilities() |
Modifier and Type | Method and Description |
---|---|
static Object |
loadObject(File pathToFile) |
static void |
writeObject(File pathToFile,
Object object) |
public static Object loadObject(File pathToFile) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
public static void writeObject(File pathToFile, Object object) throws IOException
IOException
Copyright © 2020. All rights reserved.