1. About AdvaS
2. Installation Guide
3. Usage Of AdvaS
4. Class AdvancedSearch
5. Class Advas
6. Class AdvasIo
 -  6.1 __init__
 -  6.2 getEncoding
 -  6.3 getError
 -  6.4 getFileContents
 -  6.5 getFilename
 -  6.6 readFileContents
 -  6.7 setEncoding
 -  6.8 setFilename
7. Class Descriptors
8. Class Entry
9. Class Ngram
10. Class Phonetics
11. Class Stemmer
12. Information Retrieval Resources
13. Documentation
 
 __init__
 
__init__ (self, filename, encoding)

Added to advas-0.2.5

Run automatically right after a new object of the class AdvasIo was created. These objects encapsulate input and output, and represent the filesystem interface.

In: filename the file name as a string
encoding the encoding that shall be used to access the file

Out:  

This function does not have a return value.