202203204205206207208209210
/** * 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); }
273274275276277278279280281
283284285286287288289290291
476477478479480481482483484
354355356357358359360361362
490491492493494495496497498
152153154155156157158159160
150151152153154155156157158