tModLoader v2024.10
A mod to make and play Terraria mods
|
This is the complete list of members for BinaryIO, including all inherited members.
ReadBitsByte(this BinaryReader reader) (defined in BinaryIO) | BinaryIO | static |
ReadBytes(this Stream stream, byte[] buf) (defined in BinaryIO) | BinaryIO | static |
ReadBytes(this Stream stream, int len) (defined in BinaryIO) | BinaryIO | static |
ReadBytes(this Stream stream, long len) (defined in BinaryIO) | BinaryIO | static |
ReadByteSpan(this Stream stream, int len) (defined in BinaryIO) | BinaryIO | static |
ReadFlags(this BinaryReader reader, out bool b0) | BinaryIO | static |
ReadFlags(this BinaryReader reader, out bool b0, out bool b1) | BinaryIO | static |
ReadFlags(this BinaryReader reader, out bool b0, out bool b1, out bool b2) | BinaryIO | static |
ReadFlags(this BinaryReader reader, out bool b0, out bool b1, out bool b2, out bool b3) | BinaryIO | static |
ReadFlags(this BinaryReader reader, out bool b0, out bool b1, out bool b2, out bool b3, out bool b4) | BinaryIO | static |
ReadFlags(this BinaryReader reader, out bool b0, out bool b1, out bool b2, out bool b3, out bool b4, out bool b5) | BinaryIO | static |
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) | BinaryIO | static |
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) | BinaryIO | static |
ReadVarInt(this BinaryReader reader) (defined in BinaryIO) | BinaryIO | static |
SafeRead(this BinaryReader reader, Action< BinaryReader > read) (defined in BinaryIO) | BinaryIO | static |
SafeWrite(this BinaryWriter writer, Action< BinaryWriter > write) (defined in BinaryIO) | BinaryIO | static |
ToMemoryStream(this byte[] bytes, bool writeable=false) (defined in BinaryIO) | BinaryIO | static |
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) | BinaryIO | static |
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) | BinaryIO | static |
WriteVarInt(this BinaryWriter writer, int value) (defined in BinaryIO) | BinaryIO | static |