Class BinaryReaderExtensions
Inheritance
BinaryReaderExtensions
Assembly: fwt.core.dll
Syntax
public static class BinaryReaderExtensions
Methods
ReadBool2(BinaryReader)
Declaration
public static bool2 ReadBool2(this BinaryReader reader)
Parameters
Returns
ReadBool3(BinaryReader)
Declaration
public static bool3 ReadBool3(this BinaryReader reader)
Parameters
Returns
ReadBool4(BinaryReader)
Declaration
public static bool4 ReadBool4(this BinaryReader reader)
Parameters
Returns
ReadFloat2(BinaryReader)
Declaration
public static float2 ReadFloat2(this BinaryReader reader)
Parameters
Returns
ReadFloat3(BinaryReader)
Declaration
public static float3 ReadFloat3(this BinaryReader reader)
Parameters
Returns
ReadFloat4(BinaryReader)
Declaration
public static float4 ReadFloat4(this BinaryReader reader)
Parameters
Returns
ReadInt2(BinaryReader)
Declaration
public static int2 ReadInt2(this BinaryReader reader)
Parameters
Returns
ReadInt3(BinaryReader)
Declaration
public static int3 ReadInt3(this BinaryReader reader)
Parameters
Returns
ReadInt4(BinaryReader)
Declaration
public static int4 ReadInt4(this BinaryReader reader)
Parameters
Returns
ReadToNativeList(BinaryReader, NativeList<bool>)
Declaration
public static bool ReadToNativeList(this BinaryReader reader, NativeList<bool> list)
Parameters
Returns
ReadToNativeList(BinaryReader, NativeList<byte>)
Declaration
public static bool ReadToNativeList(this BinaryReader reader, NativeList<byte> list)
Parameters
Returns
ReadToNativeList(BinaryReader, NativeList<decimal>)
Declaration
public static bool ReadToNativeList(this BinaryReader reader, NativeList<decimal> list)
Parameters
Returns
ReadToNativeList(BinaryReader, NativeList<double>)
Declaration
public static bool ReadToNativeList(this BinaryReader reader, NativeList<double> list)
Parameters
Returns
ReadToNativeList(BinaryReader, NativeList<short>)
Declaration
public static bool ReadToNativeList(this BinaryReader reader, NativeList<short> list)
Parameters
Returns
ReadToNativeList(BinaryReader, NativeList<int>)
Declaration
public static bool ReadToNativeList(this BinaryReader reader, NativeList<int> list)
Parameters
Returns
ReadToNativeList(BinaryReader, NativeList<long>)
Declaration
public static bool ReadToNativeList(this BinaryReader reader, NativeList<long> list)
Parameters
Returns
ReadToNativeList(BinaryReader, NativeList<float>)
Declaration
public static bool ReadToNativeList(this BinaryReader reader, NativeList<float> list)
Parameters
Returns
ReadToNativeList(BinaryReader, NativeList<ushort>)
Declaration
public static bool ReadToNativeList(this BinaryReader reader, NativeList<ushort> list)
Parameters
Returns
ReadToNativeList(BinaryReader, NativeList<uint>)
Declaration
public static bool ReadToNativeList(this BinaryReader reader, NativeList<uint> list)
Parameters
Returns
ReadToNativeList(BinaryReader, NativeList<ulong>)
Declaration
public static bool ReadToNativeList(this BinaryReader reader, NativeList<ulong> list)
Parameters
Returns
ReadToNativeList(BinaryReader, NativeList<bool2>)
Declaration
public static bool ReadToNativeList(this BinaryReader reader, NativeList<bool2> list)
Parameters
| Type |
Name |
Description |
| BinaryReader |
reader |
|
| NativeList<bool2> |
list |
|
Returns
ReadToNativeList(BinaryReader, NativeList<bool3>)
Declaration
public static bool ReadToNativeList(this BinaryReader reader, NativeList<bool3> list)
Parameters
| Type |
Name |
Description |
| BinaryReader |
reader |
|
| NativeList<bool3> |
list |
|
Returns
ReadToNativeList(BinaryReader, NativeList<bool4>)
Declaration
public static bool ReadToNativeList(this BinaryReader reader, NativeList<bool4> list)
Parameters
| Type |
Name |
Description |
| BinaryReader |
reader |
|
| NativeList<bool4> |
list |
|
Returns
ReadToNativeList(BinaryReader, NativeList<float2>)
Declaration
public static bool ReadToNativeList(this BinaryReader reader, NativeList<float2> list)
Parameters
| Type |
Name |
Description |
| BinaryReader |
reader |
|
| NativeList<float2> |
list |
|
Returns
ReadToNativeList(BinaryReader, NativeList<float3>)
Declaration
public static bool ReadToNativeList(this BinaryReader reader, NativeList<float3> list)
Parameters
| Type |
Name |
Description |
| BinaryReader |
reader |
|
| NativeList<float3> |
list |
|
Returns
ReadToNativeList(BinaryReader, NativeList<float4>)
Declaration
public static bool ReadToNativeList(this BinaryReader reader, NativeList<float4> list)
Parameters
| Type |
Name |
Description |
| BinaryReader |
reader |
|
| NativeList<float4> |
list |
|
Returns
ReadToNativeList(BinaryReader, NativeList<int2>)
Declaration
public static bool ReadToNativeList(this BinaryReader reader, NativeList<int2> list)
Parameters
| Type |
Name |
Description |
| BinaryReader |
reader |
|
| NativeList<int2> |
list |
|
Returns
ReadToNativeList(BinaryReader, NativeList<int3>)
Declaration
public static bool ReadToNativeList(this BinaryReader reader, NativeList<int3> list)
Parameters
| Type |
Name |
Description |
| BinaryReader |
reader |
|
| NativeList<int3> |
list |
|
Returns
ReadToNativeList(BinaryReader, NativeList<int4>)
Declaration
public static bool ReadToNativeList(this BinaryReader reader, NativeList<int4> list)
Parameters
| Type |
Name |
Description |
| BinaryReader |
reader |
|
| NativeList<int4> |
list |
|
Returns
ReadToNativeList(BinaryReader, NativeList<uint2>)
Declaration
public static bool ReadToNativeList(this BinaryReader reader, NativeList<uint2> list)
Parameters
| Type |
Name |
Description |
| BinaryReader |
reader |
|
| NativeList<uint2> |
list |
|
Returns
ReadToNativeList(BinaryReader, NativeList<uint3>)
Declaration
public static bool ReadToNativeList(this BinaryReader reader, NativeList<uint3> list)
Parameters
| Type |
Name |
Description |
| BinaryReader |
reader |
|
| NativeList<uint3> |
list |
|
Returns
ReadToNativeList(BinaryReader, NativeList<uint4>)
Declaration
public static bool ReadToNativeList(this BinaryReader reader, NativeList<uint4> list)
Parameters
| Type |
Name |
Description |
| BinaryReader |
reader |
|
| NativeList<uint4> |
list |
|
Returns
ReadUInt2(BinaryReader)
Declaration
public static uint2 ReadUInt2(this BinaryReader reader)
Parameters
Returns
ReadUInt3(BinaryReader)
Declaration
public static uint3 ReadUInt3(this BinaryReader reader)
Parameters
Returns
ReadUInt4(BinaryReader)
Declaration
public static uint4 ReadUInt4(this BinaryReader reader)
Parameters
Returns