Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotCompound = errors.New("first tag must be a compound tag")
Functions ¶
This section is empty.
Types ¶
type CompressionType ¶
type CompressionType int
const ( Uncompressed CompressionType = iota Gzip Zlib )
type TagByteArray ¶
type TagByteArray []byte
func (TagByteArray) Type ¶
func (t TagByteArray) Type() TagId
type TagCompound ¶
func (TagCompound) Type ¶
func (t TagCompound) Type() TagId
type TagIntArray ¶
type TagIntArray []int32
func (TagIntArray) Type ¶
func (t TagIntArray) Type() TagId
type TagLongArray ¶
type TagLongArray []int64
func (TagLongArray) Type ¶
func (t TagLongArray) Type() TagId
Click to show internal directories.
Click to hide internal directories.