Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ AddByte() [3/7]

bool System.Text.EncodingByteBuffer.AddByte ( byte b1,
byte b2 )
inlinepackage

Definition at line 89 of file EncodingByteBuffer.cs.

90 {
91 return AddByte(b1, b2, 0);
92 }
unsafe bool AddByte(byte b, int moreBytesExpected)

References System.Text.EncodingByteBuffer.AddByte().