12-19-2009 03:26 PM
Content[] readResult = contentRepository.read(new Predicate(new Reference[]{reference}, STORE, null), Constants.PROP_CONTENT);
byte[] bytes = null;
if(readResult!=null){
Content content = (Content) readResult[0];
InputStream in= ContentUtils.getContentAsInputStream(content);
bytes = ContentUtils.convertToByteArray(in);
}
return bytes;
12-21-2009 10:04 AM
09-01-2011 05:40 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.