UrlencodedOutputStream.h
Go to the documentation of this file.
int available() override
Return the total length of the stream.
Definition: UrlencodedOutputStream.h:32
bool isFinished() override
Check if all data has been read.
Definition: MemoryDataStream.h:78
Represents key-value pairs as urlencoded string content.
Definition: UrlencodedOutputStream.h:22
uint16_t readMemoryBlock(char *data, int bufSize) override
Read a block of memory.
Definition: UrlencodedOutputStream.h:37
int available() override
Return the total length of the stream.
Definition: MemoryDataStream.h:60
bool seek(int len) override
Move read cursor.
Definition: UrlencodedOutputStream.h:42
virtual bool seek(int len)
Move read cursor.
Definition: DataSourceStream.h:99
StreamType getStreamType() const override
Get the stream type.
Definition: UrlencodedOutputStream.h:27
uint16_t readMemoryBlock(char *data, int bufSize) override
Read a block of memory.
UrlencodedOutputStream(const HttpParams ¶ms)
bool isFinished() override
Check if all data has been read.
Definition: UrlencodedOutputStream.h:47
StreamType getStreamType() const override
Get the stream type.
Definition: MemoryDataStream.h:43