◆ getReader()
BinaryReader fiftyone.common.wrappers.data.ReaderPool.getReader | ( | ) | throws IOException |
Returns a reader to the temp file for exclusive use.
Release method must be called to return the reader to the pool when finished.
- Returns
- Reader open and ready to read from the temp file.
- Exceptions
-
- IOException - if there was a problem accessing data file.