{
// Partial/
try {
InputStream in = new FileInputStream(uri) ;
// **** A FileManager that deals in TypedStreams properly (copy/rewrite)
return new TypedInputStream(in, lang.getContentType()/*Content-Type*/, null/*charset*/) ;
} catch (IOException ex) { IO.exception(ex) ; return null ; }
}