Documentation
¶
Index ¶
- func Write(writer io.Writer, name string, tag Tag) error
- func WriteCompressed(writer io.Writer, name string, tag Tag) error
- type ByteArrayTag
- type ByteTag
- type CompoundTag
- type DoubleTag
- type EndTag
- type FloatTag
- type IntArrayTag
- type IntTag
- type ListTag
- type LongArrayTag
- type LongTag
- type ShortTag
- type StringTag
- type Tag
- type Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ByteArrayTag ¶
type ByteArrayTag []uint8
func (ByteArrayTag) Type ¶
func (tag ByteArrayTag) Type() Type
type CompoundTag ¶
func (CompoundTag) Type ¶
func (tag CompoundTag) Type() Type
type IntArrayTag ¶
type IntArrayTag []int32
func (IntArrayTag) Type ¶
func (tag IntArrayTag) Type() Type
type LongArrayTag ¶
type LongArrayTag []int64
func (LongArrayTag) Type ¶
func (tag LongArrayTag) Type() Type
Click to show internal directories.
Click to hide internal directories.