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