static Future<XmlReader> Create(Stream<List<int>> inputStream) async { return new XmlReader(inputStream.transform(utf8.decoder)); }