Module fileinfo :: Class SafeStringWrapper
[show private | hide private]
[frames | no frames]

Class SafeStringWrapper

SafeFileWrapper --+
                  |
                 SafeStringWrapper


Wraps a string object letting you get various parts w/o exceptions. Mainly used by the com_* modules as part of writing media to the phone.
Method Summary
  __init__(self, string)
  GetBytes(self, offset, length)
    Inherited from SafeFileWrapper
  GetByte(self, offset)
  GetLSBUint16(self, offset)
  GetLSBUint32(self, offset)
  GetMSBUint16(self, offset)
  GetMSBUint32(self, offset)

Class Variable Summary
    Inherited from SafeFileWrapper
int READAHEAD = 1024                                                                  

Generated by Epydoc 2.1 on Fri Aug 15 18:58:24 2008 http://epydoc.sf.net