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 DeviceListFileSystem.getDefaultDevice()FileSystemImpl.getDefaultDevice()abstract DeviceListFileSystem.getTexturePackDevice(String name) FileSystemImpl.getTexturePackDevice(String string) Methods in zombie.fileSystem with parameters of type DeviceListModifier and TypeMethodDescriptionabstract IFileFileSystem.open(DeviceList deviceList, String path, int mode) FileSystemImpl.open(DeviceList deviceList, String string, int int0) abstract intFileSystem.openAsync(DeviceList deviceList, String path, int mode, IFileTask2Callback cb) intFileSystemImpl.openAsync(DeviceList deviceList, String string, int int0, IFileTask2Callback iFileTask2Callback) abstract InputStreamFileSystem.openStream(DeviceList deviceList, String path) FileSystemImpl.openStream(DeviceList deviceList, String string)