Ejemplo n.º 1
0
 /*
  * @see org.eclipse.birt.data.engine.api.IResultIterator#getBytes(java.lang.String)
  */
 public byte[] getBytes(String name) throws BirtException {
   return DataTypeUtil.toBytes(getValue(name));
 }