Changeset 2862
- Timestamp:
- 06/13/07 11:58:34 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/loci/formats/RandomAccessStream.java
r2857 r2862 188 188 else if (file.startsWith("http")) { 189 189 raf = new RAUrl(Location.getMappedId(file), "r"); 190 length = raf.length(); 190 191 } 191 192 else throw new IOException("File not found : " + file); … … 691 692 else { 692 693 raf = new RAUrl(Location.getMappedId(file), "r"); 694 length = raf.length(); 693 695 } 694 696 fileCache.put(this, Boolean.TRUE);
Note: See TracChangeset
for help on using the changeset viewer.