Méthode | 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 |
Méthode | Description | |
---|---|---|
FlipAndWrite ( byte b ) : void |
public BigEndianBinaryWriter ( System input ) : System | ||
input | System | |
Résultat | System |
public BigEndianBinaryWriter ( System input, System encoding ) : System | ||
input | System | |
encoding | System | |
Résultat | System |