decoder = _decoder;
try{ return( decoder.decodeString( encoded_bytes )); }catch( UnsupportedEncodingException e ){ Debug.printStackTrace( e ); return( null ); }
return( decoder.getName());