C# Class W3SavegameEditor.Core.ExtensionMethods

显示文件 Open project: Atvaark/W3SavegameEditor

Public Methods

Method Description
PeekByte ( this reader ) : byte
PeekString ( this reader, int count ) : string
ReadString ( this reader, int count ) : string
Skip ( this reader, int count ) : void

Method Details

PeekByte() public static method

public static PeekByte ( this reader ) : byte
reader this
return byte

PeekString() public static method

public static PeekString ( this reader, int count ) : string
reader this
count int
return string

ReadString() public static method

public static ReadString ( this reader, int count ) : string
reader this
count int
return string

Skip() public static method

public static Skip ( this reader, int count ) : void
reader this
count int
return void