Package pyamf :: Package util :: Class StringIOProxy
[hide private]
[frames] | no frames]

Class StringIOProxy

source code


Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from cpyamf.util.BufferedByteStream: __add__, __len__, __new__, __radd__, __str__, append, at_eof, close, consume, flush, getvalue, peek, read, read_24bit_int, read_24bit_uint, read_char, read_double, read_float, read_long, read_short, read_uchar, read_ulong, read_ushort, read_utf8_string, remaining, seek, tell, truncate, write, write_24bit_int, write_24bit_uint, write_char, write_double, write_float, write_long, write_short, write_uchar, write_ulong, write_ushort, write_utf8_string

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__

Class Variables [hide private]
  _wrapped_class = None
Properties [hide private]

Inherited from cpyamf.util.BufferedByteStream: endian

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)