Class BinaryReaderExtensions
Inheritance
BinaryReaderExtensions
Syntax
public static class BinaryReaderExtensions
Methods
ReadArray<T>(BinaryReader, NativeArray<T>, Int32)
Declaration
public static void ReadArray<T>(this BinaryReader reader, NativeArray<T> elements, int count)
where T : struct
Parameters
Type Parameters
ReadByte(BinaryReader)
Declaration
public static byte ReadByte(this BinaryReader reader)
Parameters
Returns
ReadBytes(BinaryReader, NativeArray<Byte>, Int32, Int32)
Declaration
public static void ReadBytes(this BinaryReader writer, NativeArray<byte> elements, int count, int offset = 0)
Parameters
ReadInt(BinaryReader)
Declaration
public static int ReadInt(this BinaryReader reader)
Parameters
Returns
ReadULong(BinaryReader)
Declaration
public static ulong ReadULong(this BinaryReader reader)
Parameters
Returns