UnicodeFile.read

Return the content of the file. The content is inspected for a bom signature, which is stripped. An exception is thrown if a signature is present when, according to the encoding type, it should not be. Conversely, An exception is thrown if there is no known signature where the current encoding expects one to be present.

class UnicodeFile(T)
final
T[]
read
()

Meta