Uses of Class
zombie.fileSystem.DeviceList
Packages that use DeviceList
-
Uses of DeviceList in zombie.fileSystem
Methods in zombie.fileSystem that return DeviceListModifier and TypeMethodDescriptionabstract DeviceList
FileSystem.getDefaultDevice()
FileSystemImpl.getDefaultDevice()
abstract DeviceList
FileSystem.getTexturePackDevice
(String name) FileSystemImpl.getTexturePackDevice
(String string) Methods in zombie.fileSystem with parameters of type DeviceListModifier and TypeMethodDescriptionabstract IFile
FileSystem.open
(DeviceList deviceList, String path, int mode) FileSystemImpl.open
(DeviceList deviceList, String string, int int0) abstract int
FileSystem.openAsync
(DeviceList deviceList, String path, int mode, IFileTask2Callback cb) int
FileSystemImpl.openAsync
(DeviceList deviceList, String string, int int0, IFileTask2Callback iFileTask2Callback) abstract InputStream
FileSystem.openStream
(DeviceList deviceList, String path) FileSystemImpl.openStream
(DeviceList deviceList, String string)