559560561562563564565
/** * */ private DataHandler getDataHandler(final byte[] content, final String type) { return new DataHandler(new ByteDataSource(content, type)); }