Method | Description | |
---|---|---|
EndianBinaryWriter ( Stream stream, bool isbe ) : System | ||
Write ( int val ) : void | ||
Write ( long val ) : void | ||
Write ( short val ) : void | ||
Write ( uint val ) : void | ||
Write ( ushort val ) : void |
public EndianBinaryWriter ( Stream stream, bool isbe ) : System | ||
stream | Stream | |
isbe | bool | |
return | System |