Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.Http.VariableLengthIntegerHelper Class Reference

Static Public Member Functions

static bool TryRead (ReadOnlySpan< byte > buffer, out long value, out int bytesRead)
 
static bool TryWrite (Span< byte > buffer, long longToEncode, out int bytesWritten)
 
static int WriteInteger (Span< byte > buffer, long longToEncode)
 
static int GetByteCount (long value)
 

Detailed Description

Definition at line 5 of file VariableLengthIntegerHelper.cs.


The documentation for this class was generated from the following file: