C# Class NNbt.TagByte

An NBT node representing a byte tag type.
Inheritance: Tag
Show file Open project: jaquadro/NNBT

Public Methods

Method Description
DataEqual ( Tag tag ) : bool
DeepCopy ( ) : TagByte
TagByte ( ) : System
TagByte ( Stream stream ) : System
TagByte ( byte d ) : System
ToString ( ) : string
Write ( Stream stream ) : void

Protected Methods

Method Description
DeepCopyCore ( ) : Tag

Method Details

DataEqual() public method

public DataEqual ( Tag tag ) : bool
tag Tag
return bool

DeepCopy() public method

public DeepCopy ( ) : TagByte
return TagByte

DeepCopyCore() protected method

protected DeepCopyCore ( ) : Tag
return Tag

TagByte() public method

public TagByte ( ) : System
return System

TagByte() public method

public TagByte ( Stream stream ) : System
stream Stream
return System

TagByte() public method

public TagByte ( byte d ) : System
d byte
return System

ToString() public method

public ToString ( ) : string
return string

Write() public method

public Write ( Stream stream ) : void
stream Stream
return void