Method | Description | |
---|---|---|
BigEndianBinaryWriter ( System input ) : System | ||
BigEndianBinaryWriter ( System input, System encoding ) : System | ||
Write ( int value ) : void | ||
Write ( long value ) : void | ||
Write ( short value ) : void | ||
Write ( uint value ) : void | ||
Write ( ulong value ) : void | ||
Write ( ushort value ) : void |
Method | Description | |
---|---|---|
FlipAndWrite ( byte b ) : void |
public BigEndianBinaryWriter ( System input ) : System | ||
input | System | |
return | System |
public BigEndianBinaryWriter ( System input, System encoding ) : System | ||
input | System | |
encoding | System | |
return | System |