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