Package zombie.fileSystem
Interface IFileDevice
- All Known Implementing Classes:
DiskFileDevice
,MemoryFileDevice
,TexturePackDevice
public interface IFileDevice
-
Method Summary
Modifier and TypeMethodDescriptioncreateFile
(IFile iFile) createStream
(String string, InputStream inputStream) void
destroyFile
(IFile iFile) void
destroyStream
(InputStream inputStream) name()
-
Method Details
-
createFile
-
destroyFile
-
createStream
- Throws:
IOException
-
destroyStream
-
name
String name()
-