| Package | Description |
|---|---|
| de.bright_side.lgf.base |
| Modifier and Type | Method and Description |
|---|---|
static LPlatform.StorageType |
LPlatform.StorageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LPlatform.StorageType[] |
LPlatform.StorageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LPlatform.deleteFile(LPlatform.StorageType directoryType,
String relativePath) |
String |
LPlatform.getAbsolutePath(LPlatform.StorageType directoryType,
String relativePath) |
InputStream |
LPlatform.getInputStreamOrNull(LPlatform.StorageType directoryType,
String relativePath) |
String |
LPlatform.getStringOrNull(LPlatform.StorageType directoryType,
String relativePath) |
<K> K |
LPlatform.readObjectOrNull(LPlatform.StorageType directoryType,
String relativePath,
Class<K> classType) |
<K> void |
LPlatform.writeObject(LPlatform.StorageType directoryType,
String relativePath,
K object) |
void |
LPlatform.writeStringToFile(LPlatform.StorageType directoryType,
String relativePath,
String string) |
Copyright © 2019 Philip Heyse. All rights reserved.