4041424344454647
this(in, Charset.get(charsetName.toString())); this.charsetName = charsetName; } public TInputStreamReader(TInputStream in) { this(in, new UTF8Charset()); charsetName = TString.wrap("UTF-8"); }