◆ createStream()
ByteBuffer fiftyone.common.wrappers.data.indirect.SourceFile.createStream | ( | ) | throws IOException |
Creates a new ByteBuffer from the file located on the hard drive.
- Returns
- ByteBuffer ready to read data from the data file on hard drive.
- Exceptions
-
- IOException - if there was a problem accessing data file.
Implements fiftyone.common.wrappers.data.Source.