Ejemplo n.º 1
0
 public static BinaryReader ToBinaryReader(this CFStream stream) => new BinaryReader(stream.ToStream());