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

◆ DecodeBytes()

int System.Net.Mime.EightBitStream.DecodeBytes ( byte[] buffer,
int offset,
int count )
inline

Implements System.Net.Mime.IEncodableStream.

Definition at line 78 of file EightBitStream.cs.

79 {
80 throw new NotImplementedException();
81 }