filesystems - Java FileStore concept vs actual storage? -
how java filestore
relates other non java concepts such device, partition, file system, or volume?
not sure correct @ all, when starting read definition:
public abstract class filestore
storage files. filestore represents storage pool, device, partition, volume, concrete file system or other implementation specific means of file storage.
actually it's more abstract that. filestore is
the filestore file stored obtained invoking getfilestore method, or file stores can enumerated invoking getfilestores method.
i.e. store can contents of file name or list files.
there built in implementation file systems e.g. drive, there 1 zip/jar files. write 1 ftp service.
an in memory version map<string, filecontents>
can content or list of names.
Comments
Post a Comment