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