Method | Description | |
---|---|---|
PeekByte ( this reader ) : byte | ||
PeekString ( this reader, int count ) : string | ||
ReadString ( this reader, int count ) : string | ||
Skip ( this reader, int count ) : void |
public static PeekByte ( this reader ) : byte | ||
reader | this | |
return | byte |
public static PeekString ( this reader, int count ) : string | ||
reader | this | |
count | int | |
return | string |
public static ReadString ( this reader, int count ) : string | ||
reader | this | |
count | int | |
return | string |
public static Skip ( this reader, int count ) : void | ||
reader | this | |
count | int | |
return | void |