NOTICE! This is a static HTML version of a legacy LOCI Software ticket.

LOCI projects are now located on GitHub. The Bio-Formats project can be found here.

Ticket #257 (closed defect: fixed)

Opened 2008-03-05T14:23:54-06:00

Last modified 2009-05-12T16:07:08-05:00

Improve RAUrl

Reported by: melissa Owned by: melissa
Priority: minor Milestone: bio-formats-4.1
Component: bio-formats Severity: minor
Keywords: Cc:
Blocked By: Blocking:

Description

RAUrl currently uses marks the entire input stream, to make random access faster. This means that files larger than the current heap size and files larger than 2 GB cannot be read. We need to implement a smarter buffering scheme to allow large files to be read relatively quickly.

Change History

comment:1 Changed 2008-03-19T15:14:00-05:00 by curtis

  • Milestone set to bio-formats-m2

comment:2 Changed 2009-02-06T18:05:44-06:00 by melissa

  • Milestone changed from bio-formats-m2 to bio-formats-4.1.0

comment:3 Changed 2009-05-12T16:07:08-05:00 by melissa

  • Status changed from new to closed
  • Resolution set to fixed

(In [5103]) Minor cleanup in common component and improvements to URLHandle. Closes #257.