static TinyFileStorage tfs = new TinyFileStorage.Builder("/tmp/tfs").build();
// write
String url = tfs.write(Paths.get("/tmp/Pictures", img))
// read
Files.write(Paths.get("/tmp/tfs/xx", url), tfs.read(url));
-
Notifications
You must be signed in to change notification settings - Fork 1
tiny file storage
License
myliang/tfs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|