Interface DataProvider
- All Known Implementing Classes:
LocalFileData
public interface DataProvider
- Since:
- 2022-06-14
-
Method Summary
-
Method Details
-
data
ReadableByteChannel data() -
name
String name()- Returns:
- The name of the file
-
size
long size()- Returns:
- The size or -1 if this is not known.
-