Exemple #1
0
 public static ITrwReader MemReader(this ITrwFactory factory, Stream stream) =>
 factory.Reader(stream, "mem");
Exemple #2
0
 public static ITrwReader JsonReader(this ITrwFactory factory, Stream stream) =>
 factory.Reader(stream, "json");
Exemple #3
0
 public static ITrwReader XmlReader(this ITrwFactory factory, Stream stream) =>
 factory.Reader(stream, "xml");