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 name) 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 path, int mode) abstract int
FileSystem.openAsync
(DeviceList deviceList, String path, int mode, IFileTask2Callback cb) int
FileSystemImpl.openAsync
(DeviceList deviceList, String path, int mode, IFileTask2Callback cb) abstract InputStream
FileSystem.openStream
(DeviceList deviceList, String path) FileSystemImpl.openStream
(DeviceList deviceList, String path)