Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Reflection.Metadata.BlobWriterImpl Class Reference

Static Package Functions

static int GetCompressedIntegerSize (int value)
 
static void WriteCompressedInteger (ref BlobWriter writer, uint value)
 
static void WriteCompressedInteger (BlobBuilder writer, uint value)
 
static void WriteCompressedSignedInteger (ref BlobWriter writer, int value)
 
static void WriteCompressedSignedInteger (BlobBuilder writer, int value)
 
static void WriteConstant (ref BlobWriter writer, object? value)
 
static void WriteConstant (BlobBuilder writer, object? value)
 

Static Package Attributes

const int SingleByteCompressedIntegerMaxValue = 127
 
const int TwoByteCompressedIntegerMaxValue = 16383
 
const int MaxCompressedIntegerValue = 536870911
 
const int MinSignedCompressedIntegerValue = -268435456
 
const int MaxSignedCompressedIntegerValue = 268435455
 

Detailed Description

Definition at line 3 of file BlobWriterImpl.cs.


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