Turi Create
4.0
|
reader stream that can be used to read More...
#include <core/storage/fileio/s3_filesys.hpp>
Public Member Functions | |
virtual size_t | Tell (void) |
tell the position of the stream | |
virtual size_t | FileSize () const |
virtual bool | AtEnd (void) const |
Returns true if at end of stream. | |
virtual void | Seek (size_t pos) |
seek to certain position of the file | |
Protected Member Functions | |
virtual void | InitRequest (size_t begin_bytes, s3url &url) |
initialize the ecurl request, More... | |
reader stream that can be used to read
Definition at line 168 of file s3_filesys.hpp.
|
inlinevirtualinherited |
tell the physical size of the stream
Implements turi::fileio::s3::SeekStream.
Definition at line 118 of file s3_filesys.hpp.
|
inlineprotectedvirtual |
initialize the ecurl request,
begin_bytes | the beginning bytes of the stream |
Implements turi::fileio::s3::AWSReadStreamBase.
Definition at line 179 of file s3_filesys.hpp.