UrlencodedOutputStream.h
Represents key-value pairs as urlencoded string content.
Definition: UrlencodedOutputStream.h:22
bool seek(int len) override
Move read cursor.
Definition: UrlencodedOutputStream.h:52
uint16_t readMemoryBlock(char *data, int bufSize) override
Read a block of memory.
int available() override
Return the total length of the stream.
Definition: UrlencodedOutputStream.h:42
StreamType getStreamType() const override
Get the stream type.
Definition: UrlencodedOutputStream.h:37
StreamType getStreamType() const override
Get the stream type.
Definition: MemoryDataStream.h:51
bool isFinished() override
Check if all data has been read.
Definition: UrlencodedOutputStream.h:57
uint16_t readMemoryBlock(char *data, int bufSize) override
Read a block of memory.
Definition: UrlencodedOutputStream.h:47
virtual bool seek(int len)
Move read cursor.
Definition: DataSourceStream.h:106
bool isFinished() override
Check if all data has been read.
Definition: MemoryDataStream.h:86
int available() override
Return the total length of the stream.
Definition: MemoryDataStream.h:68
UrlencodedOutputStream(const HttpParams ¶ms)