3839404142434445464748
if (in == null) { return null; } MemoryContent content = new MemoryContent(StreamUtils .readFully(in)); return content.toURL(); } finally { if (in != null) { in.close(); } }