Task #6972 (closed)
Bug: FlexReader fails to read files that are not on disk
| Reported by: | mlinkert | Owned by: | mlinkert |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-4.4 |
| Component: | Bio-Formats | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2011-10-27 (1) |
Description
For example:
String locationId = ...; IRandomAccess handle = ...; IFormatReader reader = new FlexReader(); Location.mapFile(locationId, handle); reader.setId(locationId)
Change History (3)
comment:1 Changed 8 years ago by mlinkert
- Sprint set to 2011-10-27 (1)
comment:2 Changed 8 years ago by Melissa Linkert <melissa@…>
- Remaining Time set to 0
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 8 years ago by Melissa Linkert <melissa@…>
(In [5cb0c702747cdead300e5bf78f4621fc732beedb/bioformats.git]) Fix Flex reader to allow reading from mapped files.
Closes #6972.
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
(In [5cb0c702747cdead300e5bf78f4621fc732beedb/bioformats.git]) Fix Flex reader to allow reading from mapped files.
Closes #6972.