UrlencodedOutputStream.h
Go to the documentation of this file.
int available() override
Return the total length of the stream.
Definition: UrlencodedOutputStream.h:44
bool isFinished() override
Check if all data has been read.
Definition: MemoryDataStream.h:71
Definition: HttpParams.h:31
uint16_t readMemoryBlock(char *data, int bufSize) override
Read a block of memory.
Definition: UrlencodedOutputStream.h:50
int available() override
Return the total length of the stream.
Definition: MemoryDataStream.h:53
bool seek(int len) override
Move read cursor.
Definition: UrlencodedOutputStream.h:56
virtual bool seek(int len)
Move read cursor.
Definition: DataSourceStream.h:96
StreamType getStreamType() const override
Get the stream type.
Definition: UrlencodedOutputStream.h:35
uint16_t readMemoryBlock(char *data, int bufSize) override
Read a block of memory.
UrlencodedOutputStream(const HttpParams ¶ms)
Represents key-value pairs as urlencoded string.
bool isFinished() override
Check if all data has been read.
Definition: UrlencodedOutputStream.h:62
StreamType getStreamType() const override
Get the stream type.
Definition: MemoryDataStream.h:36
Definition: MemoryDataStream.h:28