Contents
Interface IFileDevice
- All Known Implementing Classes:
DiskFileDevice,MemoryFileDevice,TexturePackDevice
public interface IFileDevice
-
Method Summary
Modifier and TypeMethodDescriptioncreateFile(IFile child) createStream(String path, InputStream child) voiddestroyFile(IFile file) voiddestroyStream(InputStream stream) name()
-
Method Details
-
createFile
-
destroyFile
-
createStream
- Throws:
IOException
-
destroyStream
-
name
String name()
-