tModLoader v2024.10
A mod to make and play Terraria mods
BinaryIO Member List

This is the complete list of members for BinaryIO, including all inherited members.

ReadBitsByte(this BinaryReader reader) (defined in BinaryIO)BinaryIOstatic
ReadBytes(this Stream stream, byte[] buf) (defined in BinaryIO)BinaryIOstatic
ReadBytes(this Stream stream, int len) (defined in BinaryIO)BinaryIOstatic
ReadBytes(this Stream stream, long len) (defined in BinaryIO)BinaryIOstatic
ReadByteSpan(this Stream stream, int len) (defined in BinaryIO)BinaryIOstatic
ReadFlags(this BinaryReader reader, out bool b0)BinaryIOstatic
ReadFlags(this BinaryReader reader, out bool b0, out bool b1)BinaryIOstatic
ReadFlags(this BinaryReader reader, out bool b0, out bool b1, out bool b2)BinaryIOstatic
ReadFlags(this BinaryReader reader, out bool b0, out bool b1, out bool b2, out bool b3)BinaryIOstatic
ReadFlags(this BinaryReader reader, out bool b0, out bool b1, out bool b2, out bool b3, out bool b4)BinaryIOstatic
ReadFlags(this BinaryReader reader, out bool b0, out bool b1, out bool b2, out bool b3, out bool b4, out bool b5)BinaryIOstatic
ReadFlags(this BinaryReader reader, out bool b0, out bool b1, out bool b2, out bool b3, out bool b4, out bool b5, out bool b6)BinaryIOstatic
ReadFlags(this BinaryReader reader, out bool b0, out bool b1, out bool b2, out bool b3, out bool b4, out bool b5, out bool b6, out bool b7)BinaryIOstatic
ReadVarInt(this BinaryReader reader) (defined in BinaryIO)BinaryIOstatic
SafeRead(this BinaryReader reader, Action< BinaryReader > read) (defined in BinaryIO)BinaryIOstatic
SafeWrite(this BinaryWriter writer, Action< BinaryWriter > write) (defined in BinaryIO)BinaryIOstatic
ToMemoryStream(this byte[] bytes, bool writeable=false) (defined in BinaryIO)BinaryIOstatic
Write(this BinaryWriter writer, bool b1=false, bool b2=false, bool b3=false, bool b4=false, bool b5=false, bool b6=false, bool b7=false, bool b8=false)BinaryIOstatic
WriteFlags(this BinaryWriter writer, bool b1=false, bool b2=false, bool b3=false, bool b4=false, bool b5=false, bool b6=false, bool b7=false, bool b8=false)BinaryIOstatic
WriteVarInt(this BinaryWriter writer, int value) (defined in BinaryIO)BinaryIOstatic