152153154155156157158159160
/** * 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); }
150151152153154155156157158
490491492493494495496497498
127128129130131132133134135
454455456457458459460461462
468469470471472473474475476