Type: Sytem.IO.Stream
The stream to read the NBT data from.
Exception | Codition |
---|---|
NbtFileFormatException | There is an error in the NBT format that is being read from the stream |
EndOfStreamException | The file ended prematurely |
NbtDictionary dict = NbtReader.Deserialize( stream );