public static void main(String[] args) {
byte[] data = FastIO.load("file.txt");
if (data != null) {
System.out.println("File Loaded. Data length: " + data.length);
}
boolean result = FastIO.save("newFile.txt", "Hello, World!".getBytes());
System.out.println("File Saved: " + result);
}
-
Notifications
You must be signed in to change notification settings - Fork 1
LangYa466/FastIO
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|