NbtLib2012  0.3.4
A continuation of libnbt project, originally by Erik Davidson (aphistic). A C# library for reading and writing Named Binary Tag (NBT) format files.
 All Classes Namespaces Files Functions Enumerations Properties
TagSelector.cs File Reference

Namespaces

package  LibNbt
 

Functions

delegate bool LibNbt.TagSelector ([NotNull] NbtTag tag)
 Delegate used to skip loading certain tags of an NBT stream/file. The callback should return "true" for any tag that should be read,and "false" for any tag that should be skipped.