中易网

Qt中怎样读取文件指定的行?

答案:3  悬赏:10  
解决时间 2021-01-22 21:10
Qt中怎样读取文件指定的行?
最佳答案
你提到行,很明显你要操作的是文本文件,文本文件是顺序文件,只能用
QFile file("FileName");
QTextStream in(&file);
int i=0;
QString line="";
while (!in.atEnd() && ++i<=lineNo ){
line=in.readLine();
}
其它用途请用随机存储!
全部回答
QFile file(srcDir);
if (file.open(QIODevice::ReadOnly | QIODevice::Text))
{
int row=0;
while (!file.atEnd())
{
QByteArray line = file.readLine();
if(++row==2){
//QString a=file.readLine();
QString str(line);
qDebug() << str;
}
}
file.close();
}
1、qint64 QFile::readLineData ( char * data, qint64 maxlen )
[virtual protected]
Reimplemented from QIODevice::readLineData().
2、qint64 QIODevice::readLine ( char * data, qint64 maxSize )
This function reads a line of ASCII characters from the device, up to a maximum of maxSize - 1 bytes, stores the characters in data, and returns the number of bytes read. If a line could not be read but no error ocurred, this function returns 0. If an error occurs, this function returns the length of what could be read, or -1 if nothing was read.
A terminating '\0' byte is always appended to data, so maxSize must be larger than 1.
Data is read until either of the following conditions are met:
The first '\n' character is read.
maxSize - 1 bytes are read.
The end of the device data is detected.
For example, the following code reads a line of characters from a file:
QFile file("box.txt");
if (file.open(QFile::ReadOnly)) {
char buf[1024];
qint64 lineLength = file.readLine(buf, sizeof(buf));
if (lineLength != -1) {
// the line is available in buf
}
}
3、QByteArray QIODevice::readLine ( qint64 maxSize = 0 )
This is an overloaded function.
Reads a line from the device, but no more than maxSize characters, and returns the result as a QByteArray.
This function has no way of reporting errors; returning an empty QByteArray() can mean either that no data was currently available for reading, or that an error occurred.
我要举报
如以上问答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
酸奶怎么制作啊,要些什么材料
东吉利雅图文怎么去啊,有事要去办理
无工作证明怎么办?
电影一村之长共几部
PADS如何查看晶振1脚
米英游戏没有王的国度怎么下载?
用哪种方法去斑最好?
达摩电视剧主题歌
怎么拒绝外国客户在尚未认可价格的情况下寄样
假体隆鼻后不满意怎么办
形容生活安稳美好的成语
长沙哪里配远视眼镜好点专业些?
团体签证怎么去香港
怎样才能让身高长得快一点
蹑手蹑脚的蹑怎么组词?
推荐资讯
山韵婚庆婚纱摄影怎么去啊,有事要去办理
每一个F调都要升fa吗?
请问,房性期前收缩,房性心动过速,心房颤动
应聘行政职位需要什么要求?
邦宝玩具如何辨别邦宝适的真假
复合地板翻新有技巧 你可能不知道
住宅房间尺寸一般设置多大合适?
送红包怎么写
2月11日是什么星座今年运气什么样
墙的平整度和垂直度分别是怎么检查的?他们允
巴中市哪里的宾馆可以不用登记 晚上有热水洗
超高度近视会失明吗?
手机登qq时,显示手机磁盘不足,清理后重新登
刺客的套装怎么选啊?