Package com.djrapitops.plan.storage.file
Class FileResource
java.lang.Object
com.djrapitops.plan.storage.file.FileResource
- All Implemented Interfaces:
Resource
-
Constructor Details
-
FileResource
-
-
Method Details
-
lines
- Throws:
IOException
-
getResourceName
Description copied from interface:Resource
Get the name of this Resource.- Specified by:
getResourceName
in interfaceResource
- Returns:
- Relative file path given to
PlanFiles
.
-
asInputStream
Description copied from interface:Resource
Get the resource as an InputStream.- Specified by:
asInputStream
in interfaceResource
- Returns:
- InputStream of the resource, not closed automatically.
- Throws:
IOException
- If the resource is unavailable.
-
asBytes
- Specified by:
asBytes
in interfaceResource
- Throws:
IOException
-
asLines
Description copied from interface:Resource
Get the resource as lines.- Specified by:
asLines
in interfaceResource
- Returns:
- Lines of the resource file.
- Throws:
IOException
- If the resource is unavailable.
-
asString
Description copied from interface:Resource
Get the resource as a String with each line separated by CRLF newline characters\r\n
.- Specified by:
asString
in interfaceResource
- Returns:
- Flat string with each line separated by
\r\n
. - Throws:
IOException
- If the resource is unavailable.
-