33993Fermer33995
WarptenLe 23/05/2018 à 01:00
internal static class _FileReader
{
public static MethodInfo ReadUInt64 { get; } = typeof(FileReader).GetMethod("ReadUInt64", Type.EmptyTypes);
public static MethodInfo ReadUInt32 { get; } = typeof(FileReader).GetMethod("ReadUInt32", Type.EmptyTypes);
public static MethodInfo ReadUInt16 { get; } = typeof(FileReader).GetMethod("ReadUInt16", Type.EmptyTypes);
public static MethodInfo ReadSByte { get; } = typeof(FileReader).GetMethod("ReadSByte", Type.EmptyTypes);

public static MethodInfo ReadInt64 { get; } = typeof(FileReader).GetMethod("ReadInt64", Type.EmptyTypes);
public static MethodInfo ReadInt32 { get; } = typeof(FileReader).GetMethod("ReadInt32", Type.EmptyTypes);
public static MethodInfo ReadInt16 { get; } = typeof(FileReader).GetMethod("ReadInt16", Type.EmptyTypes);
public static MethodInfo ReadByte { get; } = typeof(FileReader).GetMethod("ReadByte", Type.EmptyTypes);

public static MethodInfo ReadSingle { get; } = typeof(FileReader).GetMethod("ReadSingle", Type.EmptyTypes);

public static MethodInfo ReadBit { get; } = typeof(FileReader).GetMethod("ReadBit", Type.EmptyTypes);
}