Interface DataFileItem

All Superinterfaces:
FolderItem
All Known Implementing Classes:
LocalDataFile

public interface DataFileItem extends FolderItem
DataFileItem corresponds to a private serialized data file within a FileSystem. Methods are provided for opening the underlying file as an input or output stream.
NOTE: The use of DataFile is not encouraged and is not fully supported.