Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
从当前文本位置将请求长度的文本读取到缓冲区。
public virtual qa_int readText(qa_string string, qa_int length)
string 文本的目标。
length 要读取到目标缓冲区的 qa_char 的最大数量,包括空终止符。
返回读取的非空 qa_char 的实际数量;如果已读取整个文本流,则返回 -1。