51525354555657585960
try { RandomAccessContent rac = file.getContent().getRandomAccessContent( RandomAccessMode.READ); input = new RandomAccessContentAccess(rac); } catch (Exception e) { input = new InputStreamReadOnlyAccessFile(file.getContent() .getInputStream()); } return input; }