Beispiel #1
0
 public static ITrwWriter MemWriter(this ITrwFactory factory, Stream stream) =>
 factory.Writer(stream, "mem");
Beispiel #2
0
 public static ITrwWriter JsonWriter(this ITrwFactory factory, Stream stream) =>
 factory.Writer(stream, "json");
Beispiel #3
0
 public static ITrwWriter XmlWriter(this ITrwFactory factory, Stream stream) =>
 factory.Writer(stream, "xml");