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
readFileContents
readFileContents (self)
Added to advas-0.2.5
This method reads the file content in an internal object buffer. The file name has to be set via
setFilename
, before.
In:
Out:
True
, in case reading the file succeeded, otherwise
False
. At the same time the error flag is set to
True
This method does not have any parameters.