#include <Stream.h>
◆ StdIOStreamInputStream()
◆ GetLengthImpl()
int64_t Aws::Crt::Io::StdIOStreamInputStream::GetLengthImpl |
( |
| ) |
const |
|
overrideprotectedvirtualnoexcept |
◆ GetStatusImpl()
StreamStatus Aws::Crt::Io::StdIOStreamInputStream::GetStatusImpl |
( |
| ) |
const |
|
overrideprotectedvirtualnoexcept |
◆ IsValid()
bool Aws::Crt::Io::StdIOStreamInputStream::IsValid |
( |
| ) |
const |
|
overridevirtualnoexcept |
◆ ReadImpl()
bool Aws::Crt::Io::StdIOStreamInputStream::ReadImpl |
( |
ByteBuf & |
buffer | ) |
|
|
overrideprotectedvirtualnoexcept |
◆ SeekImpl()
|
overrideprotectedvirtualnoexcept |
Seek's the stream to seekBasis based offset bytes.
It is expected, that if seeking to the beginning of a stream, all error's are cleared if possible.
- Returns
- true on success, false otherwise. You SHOULD raise an error via aws_raise_error() if a failure occurs.
Implements Aws::Crt::Io::InputStream.
The documentation for this class was generated from the following files:
- /home/ANT.AMAZON.COM/dengket/doc/aws-crt-cpp/include/aws/crt/io/Stream.h
- /home/ANT.AMAZON.COM/dengket/doc/aws-crt-cpp/source/io/Stream.cpp