C# 클래스 Cyotek.Data.Nbt.Serialization.XmlTagReader

상속: ITagReader
파일 보기 프로젝트 열기: cyotek/Cyotek.Data.Nbt 1 사용 예제들

공개 메소드들

메소드 설명
IsNbtDocument ( Stream stream ) : bool
ReadByte ( ) : byte
ReadByteArray ( ) : byte[]
ReadCollection ( TagList owner ) : TagCollection
ReadDictionary ( TagCompound owner ) : TagDictionary
ReadDocument ( Stream stream ) : TagCompound
ReadDocument ( Stream stream, ReadTagOptions options ) : TagCompound
ReadDouble ( ) : double
ReadFloat ( ) : float
ReadInt ( ) : int
ReadIntArray ( ) : int[]
ReadLong ( ) : long
ReadShort ( ) : short
ReadString ( ) : string
ReadTag ( ) : ITag
ReadTag ( ReadTagOptions options ) : ITag
XmlTagReader ( ) : System
XmlTagReader ( XmlReader reader ) : System

보호된 메소드들

메소드 설명
ReadTag ( ReadTagOptions options, TagType defaultTagType ) : ITag
ReadTagValue ( ITag tag ) : object

비공개 메소드들

메소드 설명
InitializeReader ( ) : void
ReadChildValues ( ICollection value, ReadTagOptions options, TagType listType ) : void
ReadTagType ( TagType defaultTagType ) : TagType
SkipWhitespace ( ) : void

메소드 상세

IsNbtDocument() 공개 메소드

public IsNbtDocument ( Stream stream ) : bool
stream Stream
리턴 bool

ReadByte() 공개 메소드

public ReadByte ( ) : byte
리턴 byte

ReadByteArray() 공개 메소드

public ReadByteArray ( ) : byte[]
리턴 byte[]

ReadCollection() 공개 메소드

public ReadCollection ( TagList owner ) : TagCollection
owner TagList
리턴 TagCollection

ReadDictionary() 공개 메소드

public ReadDictionary ( TagCompound owner ) : TagDictionary
owner TagCompound
리턴 TagDictionary

ReadDocument() 공개 메소드

public ReadDocument ( Stream stream ) : TagCompound
stream Stream
리턴 TagCompound

ReadDocument() 공개 메소드

public ReadDocument ( Stream stream, ReadTagOptions options ) : TagCompound
stream Stream
options ReadTagOptions
리턴 TagCompound

ReadDouble() 공개 메소드

public ReadDouble ( ) : double
리턴 double

ReadFloat() 공개 메소드

public ReadFloat ( ) : float
리턴 float

ReadInt() 공개 메소드

public ReadInt ( ) : int
리턴 int

ReadIntArray() 공개 메소드

public ReadIntArray ( ) : int[]
리턴 int[]

ReadLong() 공개 메소드

public ReadLong ( ) : long
리턴 long

ReadShort() 공개 메소드

public ReadShort ( ) : short
리턴 short

ReadString() 공개 메소드

public ReadString ( ) : string
리턴 string

ReadTag() 공개 메소드

public ReadTag ( ) : ITag
리턴 ITag

ReadTag() 공개 메소드

public ReadTag ( ReadTagOptions options ) : ITag
options ReadTagOptions
리턴 ITag

ReadTag() 보호된 메소드

protected ReadTag ( ReadTagOptions options, TagType defaultTagType ) : ITag
options ReadTagOptions
defaultTagType TagType
리턴 ITag

ReadTagValue() 보호된 메소드

protected ReadTagValue ( ITag tag ) : object
tag ITag
리턴 object

XmlTagReader() 공개 메소드

public XmlTagReader ( ) : System
리턴 System

XmlTagReader() 공개 메소드

public XmlTagReader ( XmlReader reader ) : System
reader XmlReader
리턴 System