Table of Contents

Class: ReseekFile Bio/ReseekFile.py
Methods   
__init__
_check_no_buffer
_read
nobuffer
read
seek
tell
  __init__ 
__init__ ( self,  file )

  _check_no_buffer 
_check_no_buffer ( self )

  _read 
_read ( self,  size )

  nobuffer 
nobuffer ( self )

  read 
read ( self,  size=-1 )

  seek 
seek (
        self,
        offset,
        whence=0,
        )

Exceptions   
TypeError("Unexpected offset value of %r; expecting '%s'" %( offset, self.beginning ) )
TypeError("Unexpected whence value of %s; expecting 0" %( whence, ) )
  tell 
tell ( self )

Exceptions   
TypeError( "ReseekFile cannot tell except at the beginning of file" )

Table of Contents

This document was automatically generated on Mon Jul 1 12:02:43 2002 by HappyDoc version 2.0.1