Package com.sunworld.utility
Klasse IOUtil
java.lang.Object
com.sunworld.utility.IOUtil
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungextractMetaString
(String meta) static void
forEachFile
(File file, Consumer<File> action) Führt die angegebene Aktion auf alle Dateien aus, die irgendwie innerhalb des übergebenen Ordners zu finden sind (es werden auch Unterordner gescannt).static boolean
static boolean
loadDictionary
(File file) loadDictionary
(InputStream stream) loadDictionary
(String jarPath) static void
saveToFile
(Map<String, ?> data, File file) static File
saveToFile
(Map<String, ?> data, String filePath) static void
saveToZip
(String zipPath, IOUtil.FilePool fp) static Texture
static Texture
tryLoadTexture
(String path)
-
Felddetails
-
KEY_VALUE_SEPARATOR
- Siehe auch:
-
META_ENTRY_SEPARATOR
- Siehe auch:
-
META_KV_SEPARATOR
- Siehe auch:
-
SPACE_KEY
- Siehe auch:
-
-
Konstruktordetails
-
IOUtil
private IOUtil()
-
-
Methodendetails
-
saveToFile
- Löst aus:
IOException
-
saveToFile
- Löst aus:
IOException
-
loadDictionary
- Löst aus:
IOException
-
loadDictionary
- Löst aus:
IOException
-
loadDictionary
- Löst aus:
IOException
-
extractMetaString
-
hasTag
-
hasTag
-
saveToZip
- Löst aus:
IOException
-
forEachFile
Führt die angegebene Aktion auf alle Dateien aus, die irgendwie innerhalb des übergebenen Ordners zu finden sind (es werden auch Unterordner gescannt). -
tryLoadTexture
-
textureFromScreenshot
-