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

◆ AddByte() [2/7]

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

Definition at line 84 of file EncodingByteBuffer.cs.

85 {
86 return AddByte(b1, 0);
87 }
unsafe bool AddByte(byte b, int moreBytesExpected)

References System.Text.EncodingByteBuffer.AddByte().