- appendedText
void appendedText(uint len)
Undocumented in source. Be warned that the author may not have intended to support it.
- consumedBytes
void consumedBytes(uint count)
Undocumented in source. Be warned that the author may not have intended to support it.
- decodeText
uint decodeText()
Undocumented in source.
- invalidCharError
void invalidCharError()
Undocumented in source. Be warned that the author may not have intended to support it.
- readBytes
uint readBytes()
Undocumented in source. Be warned that the author may not have intended to support it.
- readLine
dchar[] readLine()
Undocumented in source. Be warned that the author may not have intended to support it.
- reserveTextBuf
dchar* reserveTextBuf(uint len)
Undocumented in source. Be warned that the author may not have intended to support it.
- setError
void setError(int code, string message, uint errorLine, uint errorPos)
Undocumented in source. Be warned that the author may not have intended to support it.
- encoding
EncodingType encoding [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- errorCode
int errorCode [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- errorLine
int errorLine [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- errorMessage
string errorMessage [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- errorPos
int errorPos [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- filename
string filename [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- line
uint line [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.