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

Class DataStoreFileWriter


This is a file handle lookalike class that manages the writing to a venue-based file.


Method Summary
  __init__(self, dsc, name)
Create a new venue file writer.
  __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 writer. 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:32 2005 http://epydoc.sf.net