C# 클래스 Terraria.ModLoader.IO.BinaryIO

파일 보기 프로젝트 열기: bluemagic123/tModLoader

공개 메소드들

메소드 설명
ReadItem ( this reader, bool readStack = false, bool readFavorite = false ) : System.Item
ReadVarInt ( this reader ) : int
SafeRead ( this reader, Action read ) : void
SafeWrite ( this writer, Action write ) : void
WriteItem ( this writer, System.Item item, bool readStack = false, bool readFavorite = false ) : void
WriteVarInt ( this writer, int value ) : void

메소드 상세

ReadItem() 공개 정적인 메소드

public static ReadItem ( this reader, bool readStack = false, bool readFavorite = false ) : System.Item
reader this
readStack bool
readFavorite bool
리턴 System.Item

ReadVarInt() 공개 정적인 메소드

public static ReadVarInt ( this reader ) : int
reader this
리턴 int

SafeRead() 공개 정적인 메소드

public static SafeRead ( this reader, Action read ) : void
reader this
read Action
리턴 void

SafeWrite() 공개 정적인 메소드

public static SafeWrite ( this writer, Action write ) : void
writer this
write Action
리턴 void

WriteItem() 공개 정적인 메소드

public static WriteItem ( this writer, System.Item item, bool readStack = false, bool readFavorite = false ) : void
writer this
item System.Item
readStack bool
readFavorite bool
리턴 void

WriteVarInt() 공개 정적인 메소드

public static WriteVarInt ( this writer, int value ) : void
writer this
value int
리턴 void