From be18bc7104973b9cd3f6950a0b54a585cb37b287 Mon Sep 17 00:00:00 2001 From: Jesse Boyd Date: Tue, 14 Feb 2017 08:06:26 +1100 Subject: [PATCH] Updated NBT stream API (markdown) --- NBT-stream-API.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/NBT-stream-API.md b/NBT-stream-API.md index 28aedc9..de00564 100644 --- a/NBT-stream-API.md +++ b/NBT-stream-API.md @@ -1,6 +1,6 @@ -With FAWE you can stream a schematic, or any NBT stream without having to store the whole thing into memory. +With FAWE you can stream a schematic, or any NBT without having to store the whole thing into memory. - You have to do this if a file is too large to fit in memory - - Or if you just want to obtain some information from the stream + - If you just want to obtain some information from the stream ```Java // Let's stream some info from a schematic file without having to load the whole thing into memory @@ -42,4 +42,6 @@ streamer.addReader("Schematic.Blocks.?", new NBTStreamer.NBTStreamReader