Beispiel #1
0
 def __init__(self, adf_file, read_only=False):
     BlockDevice.__init__(self, read_only)
     self.adf_file = adf_file
     self.dirty = False
Beispiel #2
0
 def __init__(self, adf_file, read_only=False):
     BlockDevice.__init__(self, read_only)
     self.adf_file = adf_file
     self.dirty = False
Beispiel #3
0
 def __init__(self, hdf_file, read_only=False):
     BlockDevice.__init__(self, read_only)
     self.hdf_file = hdf_file
     self.dirty = False
     self.fh = None
Beispiel #4
0
 def __init__(self, hdf_file, read_only=False):
   BlockDevice.__init__(self, read_only)
   self.hdf_file = hdf_file   
   self.dirty = False
   self.fh = None