Stream<List<int>> readFileBytes(String path) { info("READ FILE $path"); return onReadFileStream(VPaths.sanitize(path)); }