Package beer.devs.fastnbt.nms.nbt
Interface INbtIo<T>
public interface INbtIo<T>
-
Method Summary
Modifier and TypeMethodDescriptionread
(FileInputStream inputStream) void
save
(T nbt, FileOutputStream outputStream)
-
Method Details
-
read
- Throws:
IOException
-
save
- Throws:
IOException
-