110 virtual bool postDataSendProgress (
WebInputStream& request,
int bytesSent,
int totalBytes);
134 bool isError()
const;
177 int64 getTotalLength()
override;
194 int read (
void* destBuffer,
int maxBytesToRead)
override;
197 bool isExhausted()
override;
203 int64 getPosition()
override;
218 bool setPosition (
int64 wantedPos)
override;
228 bool hasCalledConnect =
false;
A class to hold a resizable block of raw data.
A container for holding a set of strings which are keyed by another string.
Represents a URL and has a bunch of useful functions to manipulate it.
long long int64
A platform-independent 64-bit integer type.