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