Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
XBMCAddon::xbmcwsgi::WsgiInputStreamIterator Class Reference

#include <WsgiInputStream.h>

Inheritance diagram for XBMCAddon::xbmcwsgi::WsgiInputStreamIterator:
XBMCAddon::AddonClass XBMCAddon::xbmcwsgi::WsgiInputStream

Public Member Functions

 WsgiInputStreamIterator ()
 
 ~WsgiInputStreamIterator () override
 
 read (...)
 
 read (...)
 
 read (...)
 
- Public Member Functions inherited from XBMCAddon::AddonClass
 AddonClass ()
 
virtual ~AddonClass ()
 
const char * GetClassname () const
 
LanguageHookGetLanguageHook ()
 
bool isDeallocating ()
 
void Release () const
 
void Acquire () const
 

Additional Inherited Members

- Static Public Member Functions inherited from XBMCAddon::AddonClass
static short getNumAddonClasses ()
 
- Protected Member Functions inherited from XBMCAddon::AddonClass
virtual void deallocating ()
 
- Static Protected Member Functions inherited from XBMCAddon::AddonClass
static short getNextClassIndex ()
 
- Protected Attributes inherited from XBMCAddon::AddonClass
LanguageHooklanguageHook
 

Member Function Documentation

◆ read() [1/2]

XBMCAddon::xbmcwsgi::WsgiInputStreamIterator::read ( ...)

Function: readline([size])


Read a full line up to a maximum of <size> bytes from the wsgi.input stream.

Parameters
size[opt] bytes to read
Returns
Returns the readed string line

◆ read() [2/2]

XBMCAddon::xbmcwsgi::WsgiInputStreamIterator::read ( ...)

Function: readlines([sizehint])


Read multiple full lines up to at least <sizehint> bytes from the wsgi.input stream and return them as a list.

Parameters
sizehint[opt] bytes to read
Returns
Returns a list readed string lines

The documentation for this class was generated from the following files: