Libraries
Propertyfile Source Code
 previous   up   next 

Types
propertyDataType
Map to store key-value pairs (hash [ string ] string).

propertyDataType

const type: propertyDataType

Map to store key-value pairs (hash [ string ] string).


Function Summary
propertyDataType
readPropertyFile (inout file: inFile)
Reads from the open property file 'inFile' and returns its propertyDataType value.
propertyDataType
readPropertyFile (in string: fileName)
Read a property file with the given name.
propertyDataType
readPropertyFile8 (in string: fileName)
Read an UTF-8 encoded property file with the given name.

Function Detail

readPropertyFile

const func propertyDataType: readPropertyFile (inout file: inFile)

Reads from the open property file 'inFile' and returns its propertyDataType value.


readPropertyFile

const func propertyDataType: readPropertyFile (in string: fileName)

Read a property file with the given name.


readPropertyFile8

const func propertyDataType: readPropertyFile8 (in string: fileName)

Read an UTF-8 encoded property file with the given name.



 previous   up   next