Package zombie.fileSystem
Class FileSystemImpl
java.lang.Object
zombie.fileSystem.FileSystem
zombie.fileSystem.FileSystemImpl
-
Nested Class Summary
Nested classes/interfaces inherited from class zombie.fileSystem.FileSystem
FileSystem.SubTexture, FileSystem.TexturePackTextures -
Field Summary
FieldsFields inherited from class zombie.fileSystem.FileSystem
INVALID_ASYNC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcancelAsync(int int1) voidvoidcloseAsync(IFile iFile, IFileTask2Callback iFileTask2Callback) voidcloseStream(InputStream inputStream) booleangetTexturePackAlpha(String string, String string2) getTexturePackDevice(String string) intgetTexturePackFlags(String string) booleanhasWork()booleanmount(IFileDevice iFileDevice) voidmountTexturePack(String string, FileSystem.TexturePackTextures texturePackTextures, int int1) open(DeviceList deviceList, String string, int int1) intopenAsync(DeviceList deviceList, String string, int int1, IFileTask2Callback iFileTask2Callback) openStream(DeviceList deviceList, String string) intbooleanunMount(IFileDevice iFileDevice) 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
public int openAsync(DeviceList deviceList, String string, int int1, IFileTask2Callback iFileTask2Callback) - Specified by:
openAsyncin classFileSystem
-
closeAsync
- Specified by:
closeAsyncin classFileSystem
-
cancelAsync
public void cancelAsync(int int1) - 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
public void mountTexturePack(String string, FileSystem.TexturePackTextures texturePackTextures, int int1) - Specified by:
mountTexturePackin classFileSystem
-
getTexturePackDevice
- Specified by:
getTexturePackDevicein classFileSystem
-
getTexturePackFlags
- Specified by:
getTexturePackFlagsin classFileSystem
-
getTexturePackAlpha
- Specified by:
getTexturePackAlphain classFileSystem
-