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 TypeMethodDescriptionvoid
cancelAsync
(int int1) void
void
closeAsync
(IFile iFile, IFileTask2Callback iFileTask2Callback) void
closeStream
(InputStream inputStream) boolean
getTexturePackAlpha
(String string, String string2) getTexturePackDevice
(String string) int
getTexturePackFlags
(String string) boolean
hasWork()
boolean
mount
(IFileDevice iFileDevice) void
mountTexturePack
(String string, FileSystem.TexturePackTextures texturePackTextures, int int1) open
(DeviceList deviceList, String string, int int1) int
openAsync
(DeviceList deviceList, String string, int int1, IFileTask2Callback iFileTask2Callback) openStream
(DeviceList deviceList, String string) int
boolean
unMount
(IFileDevice iFileDevice) void
-
Field Details
-
TexturePackCompression
-
-
Constructor Details
-
FileSystemImpl
public FileSystemImpl()
-
-
Method Details
-
mount
- Specified by:
mount
in classFileSystem
-
unMount
- Specified by:
unMount
in classFileSystem
-
open
- Specified by:
open
in classFileSystem
-
close
- Specified by:
close
in classFileSystem
-
openAsync
public int openAsync(DeviceList deviceList, String string, int int1, IFileTask2Callback iFileTask2Callback) - Specified by:
openAsync
in classFileSystem
-
closeAsync
- Specified by:
closeAsync
in classFileSystem
-
cancelAsync
public void cancelAsync(int int1) - Specified by:
cancelAsync
in classFileSystem
-
openStream
- Specified by:
openStream
in classFileSystem
- Throws:
IOException
-
closeStream
- Specified by:
closeStream
in classFileSystem
-
runAsync
- Specified by:
runAsync
in classFileSystem
-
updateAsyncTransactions
public void updateAsyncTransactions()- Specified by:
updateAsyncTransactions
in classFileSystem
-
hasWork
public boolean hasWork()- Specified by:
hasWork
in classFileSystem
-
getDefaultDevice
- Specified by:
getDefaultDevice
in classFileSystem
-
mountTexturePack
public void mountTexturePack(String string, FileSystem.TexturePackTextures texturePackTextures, int int1) - Specified by:
mountTexturePack
in classFileSystem
-
getTexturePackDevice
- Specified by:
getTexturePackDevice
in classFileSystem
-
getTexturePackFlags
- Specified by:
getTexturePackFlags
in classFileSystem
-
getTexturePackAlpha
- Specified by:
getTexturePackAlpha
in classFileSystem
-