Метод | Описание | |
---|---|---|
CopyTo ( this source, Stream target ) : void | ||
ReadBytes ( this stream ) : byte[] | ||
ReadBytes ( this stream, int count ) : byte[] | ||
ReadInt16 ( this stream ) : |
||
ReadInt32 ( this stream ) : |
||
ReadInt32BE ( this stream ) : |
||
ReadSingle ( this stream ) : System.Single | ||
ReadSingleBE ( this stream ) : System.Single | ||
ReadString ( this stream, |
||
ReadString ( this stream, int length, |
||
ReadStringList ( this stream, |
public static CopyTo ( this source, Stream target ) : void | ||
source | this | |
target | Stream | |
Результат | void |
public static ReadBytes ( this stream ) : byte[] | ||
stream | this | |
Результат | byte[] |
public static ReadBytes ( this stream, int count ) : byte[] | ||
stream | this | |
count | int | |
Результат | byte[] |
public static ReadInt16 ( this stream ) : |
||
stream | this | |
Результат |
public static ReadInt32 ( this stream ) : |
||
stream | this | |
Результат |
public static ReadInt32BE ( this stream ) : |
||
stream | this | |
Результат |
public static ReadSingle ( this stream ) : System.Single | ||
stream | this | |
Результат | System.Single |
public static ReadSingleBE ( this stream ) : System.Single | ||
stream | this | |
Результат | System.Single |
public static ReadString ( this stream, |
||
stream | this | |
encoding | ||
trim | bool | |
Результат | string |
public static ReadString ( this stream, int length, |
||
stream | this | |
length | int | |
encoding | ||
trim | bool | |
Результат | string |
public static ReadStringList ( this stream, |
||
stream | this | |
encoding | ||
trim | bool | |
Результат | string[] |