indexfile

### Editer:Mogu ### This class read index-file

environment:
Pyton3.5.1

requirement:

class cafepy.files.indexfile.Index(filename)[source]

Read Index files to choise the number of Atom.

1 2 3 4 5 6 7 8 9 10 11
_file:file-object
Data:create list data from read.
_read(filename)[source]

return list-object

openFile(filename, mode='r')