class documentation

class _StreamReader:

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method ​_read​_string Undocumented
Method ​_read​_unicode Undocumented
Method read Undocumented
Instance Variable ​_is​_unicode Undocumented
Instance Variable ​_ptr Undocumented
Instance Variable ​_text Undocumented
Instance Variable encoding Undocumented
def __init__(self, obj):

Undocumented

def _read_string(self, n=65535):

Undocumented

def _read_unicode(self, n=65535):

Undocumented

def read(self, n=65535):

Undocumented

_is_unicode =

Undocumented

_ptr =

Undocumented

_text =

Undocumented

encoding =

Undocumented