Class FileSystemImpl
java.lang.Object
zombie.fileSystem.FileSystem
zombie.fileSystem.FileSystemImpl
-
Nested Class Summary
Nested classes/interfaces inherited from class FileSystem
FileSystem.SubTexture, FileSystem.TexturePackTextures -
Field Summary
FieldsFields inherited from class FileSystem
INVALID_ASYNC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcancelAsync(int id) voidvoidcloseAsync(IFile file, IFileTask2Callback cb) voidcloseStream(InputStream stream) booleangetTexturePackAlpha(String name, String page) getTexturePackDevice(String name) intgetTexturePackFlags(String name) booleanhasWork()booleanmount(IFileDevice device) voidmountTexturePack(String name, FileSystem.TexturePackTextures subTextures, int flags) open(DeviceList deviceList, String path, int mode) intopenAsync(DeviceList deviceList, String path, int mode, IFileTask2Callback cb) openStream(DeviceList deviceList, String path) intbooleanunMount(IFileDevice device) void
-
Field Details
-
TexturePackCompression
-
-
Constructor Details
-
FileSystemImpl
public FileSystemImpl()
-
-
Method Details
-
mount
- Specified by:
mountin classFileSystem
-
unMount
- Specified by:
unMountin classFileSystem
-
open
- Specified by:
openin classFileSystem
-
close
- Specified by:
closein classFileSystem
-
openAsync
- Specified by:
openAsyncin classFileSystem
-
closeAsync
- Specified by:
closeAsyncin classFileSystem
-
cancelAsync
public void cancelAsync(int id) - Specified by:
cancelAsyncin classFileSystem
-
openStream
- Specified by:
openStreamin classFileSystem- Throws:
IOException
-
closeStream
- Specified by:
closeStreamin classFileSystem
-
runAsync
- Specified by:
runAsyncin classFileSystem
-
updateAsyncTransactions
public void updateAsyncTransactions()- Specified by:
updateAsyncTransactionsin classFileSystem
-
hasWork
public boolean hasWork()- Specified by:
hasWorkin classFileSystem
-
getDefaultDevice
- Specified by:
getDefaultDevicein classFileSystem
-
mountTexturePack
- Specified by:
mountTexturePackin classFileSystem
-
getTexturePackDevice
- Specified by:
getTexturePackDevicein classFileSystem
-
getTexturePackFlags
- Specified by:
getTexturePackFlagsin classFileSystem
-
getTexturePackAlpha
- Specified by:
getTexturePackAlphain classFileSystem
-