390391392393394395396397398
/** * Uses the String data format supporting encoding using given charset */ public T string(String charset) { StringDataFormat sdf = new StringDataFormat(); sdf.setCharset(charset); return dataFormat(sdf); }
176177178179180181182183184
285286287288289290291292293
202203204205206207208209210
273274275276277278279280281
283284285286287288289290291
476477478479480481482483484
354355356357358359360361362
490491492493494495496497498