Package AccessGrid :: Module DataStoreClient :: Class DataStoreFileReader
[show private | hide private]
[frames | no frames]

Class DataStoreFileReader


This is a file handle lookalike class that manages the reading from a venue-based file.


Method Summary
  __init__(self, dsc, name)
Create a new venue file reader.
  __del__(self)
  __iter__(self)
  close(self)
  fileno(self)
  flush(self)
  isatty(self)
  read(self, size)
  readline(self, size)
  seek(self, offset, whence)
  tell(self)
  truncate(self, size)
  write(self, str)
  writelines(self, seq)
  xreadlines(self)

Method Details

__init__(self, dsc, name)
(Constructor)

Create a new venue file reader. dsc is the datastore client, name is the name of the file in the venue.


Generated by Epydoc 2.1 on Thu Apr 14 16:39:27 2005 http://epydoc.sf.net