public interface DataFile
DataProvider
.Modifier and Type | Method and Description |
---|---|
DataFolder |
getFolder()
The folder that contains this file.
|
String |
getName()
The name of this file.
|
InputStream |
open()
Opens this file for input.
|
DataFolder getFolder()
String getName()
InputStream open() throws IOException
IOException
- if the file is not accessibleCopyright © 2022 fastnate.org. All rights reserved.