Beispiel #1
0
 public InputStream getBlob(byte[] uuid) throws IOException {
   return URIUtil.toURL(fileFor(uuid)).openStream();
 }