当前位置: 首页 > news >正文

精美网站建设公司app广告推广

精美网站建设公司,app广告推广,wordpress 跳转链接地址,广告传媒公司加盟一 概述 C#语言中StreamReader类似于从流中读取字符串。它继承自TextReader类 二 构造方法 2.1 构造方法 构造方法说明StreamReader(Stream stream)为指定的流创建 StreamReader 类的实例StreamReader(string path)为指定路径的文件创建 StreamReader 类的实例StreamReader(Str…

一 概述

C#语言中StreamReader类似于从流中读取字符串。它继承自TextReader类

二 构造方法

2.1 构造方法

构造方法说明
StreamReader(Stream stream)为指定的流创建 StreamReader 类的实例
StreamReader(string path)为指定路径的文件创建 StreamReader 类的实例
StreamReader(Stream stream, Encoding encoding)用指定的字符编码为指定的流初始化 StreamReader 类的一个新实例
StreamReader(string path, Encoding encoding)用指定的字符编码为指定的文件名初始化 StreamReader 类的一个新实例
  • 使用该表中的构造方法即可创建StreamReader类的实例,通过实例调用其提供的类成员能进行文件的读取操作

三 常用属性和方法

属性或方法作用
Encoding CurrentEncoding只读属性,获取当前流中使用的编码方式
bool EndOfStream只读属性,获取当前的流位置是否在流结尾
void Close()关闭流
int Peek()获取流中的下一个字符的整数,如果没有获取到字符, 则返回 -1
int Read()获取流中的下一个字符的整数
int Read(char[] buffer, int index, int count)从指定的索引位置开始将来自当前流的指定的最多字符读到缓冲区
string ReadLine()从当前流中读取一行字符并将数据作为字符串返回
string ReadToEnd()读取来自流的当前位置到结尾的所有字符

四 实例 读取 D 盘 directoryInfo文件夹下 test1.txt 文件中的信息

4.1 代码

复制
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
class Program
{static void Main(string[] args){//定义文件路径string path = @"D:\\directoryInfo\\test1.txt";//创建 StreamReader 类的实例StreamReader streamReader = new StreamReader(path);//判断文件中是否有字符while (streamReader.Peek() != -1){//读取文件中的一行字符string str = streamReader.ReadLine();Console.WriteLine(str);}streamReader.Close();}
}

4.2 说明

在读取文件中的信息时,除了可以使用ReadLine方法之外,还可以使用Read、ReadToEnd方法来读取

 


文章转载自:
http://pododynia.pwrb.cn
http://rasc.pwrb.cn
http://disrepair.pwrb.cn
http://numeraire.pwrb.cn
http://mammillary.pwrb.cn
http://meridic.pwrb.cn
http://charter.pwrb.cn
http://meloid.pwrb.cn
http://entamoeba.pwrb.cn
http://thalassocrat.pwrb.cn
http://feedlot.pwrb.cn
http://receptaculum.pwrb.cn
http://heptateuch.pwrb.cn
http://urbicide.pwrb.cn
http://volubilate.pwrb.cn
http://unharness.pwrb.cn
http://thermophile.pwrb.cn
http://kattowitz.pwrb.cn
http://class.pwrb.cn
http://seigniory.pwrb.cn
http://cheth.pwrb.cn
http://rebozo.pwrb.cn
http://titicaca.pwrb.cn
http://metepa.pwrb.cn
http://pathetic.pwrb.cn
http://siret.pwrb.cn
http://pollyanna.pwrb.cn
http://sedulous.pwrb.cn
http://miscellany.pwrb.cn
http://basophilous.pwrb.cn
http://hagioscope.pwrb.cn
http://emmenia.pwrb.cn
http://woesome.pwrb.cn
http://bit.pwrb.cn
http://annularly.pwrb.cn
http://lingberry.pwrb.cn
http://westernize.pwrb.cn
http://busboy.pwrb.cn
http://anisotropy.pwrb.cn
http://heaping.pwrb.cn
http://agripower.pwrb.cn
http://regrant.pwrb.cn
http://phosphomonoesterase.pwrb.cn
http://cruor.pwrb.cn
http://coinsurance.pwrb.cn
http://piny.pwrb.cn
http://unanimous.pwrb.cn
http://page.pwrb.cn
http://updating.pwrb.cn
http://plantaginaceous.pwrb.cn
http://squireen.pwrb.cn
http://female.pwrb.cn
http://amchitka.pwrb.cn
http://cabstand.pwrb.cn
http://meromorphic.pwrb.cn
http://tad.pwrb.cn
http://andromedotoxin.pwrb.cn
http://phenomenalistic.pwrb.cn
http://kinkajou.pwrb.cn
http://heehaw.pwrb.cn
http://instruction.pwrb.cn
http://aerogenically.pwrb.cn
http://passe.pwrb.cn
http://gammadia.pwrb.cn
http://demilance.pwrb.cn
http://ceaselessly.pwrb.cn
http://helio.pwrb.cn
http://outroot.pwrb.cn
http://drupe.pwrb.cn
http://hartal.pwrb.cn
http://quackishness.pwrb.cn
http://pintoricchio.pwrb.cn
http://professed.pwrb.cn
http://presternum.pwrb.cn
http://inflammatory.pwrb.cn
http://inauspicious.pwrb.cn
http://eath.pwrb.cn
http://schussboom.pwrb.cn
http://fth.pwrb.cn
http://portliness.pwrb.cn
http://colistin.pwrb.cn
http://nauseated.pwrb.cn
http://microvolt.pwrb.cn
http://betenoire.pwrb.cn
http://wriggly.pwrb.cn
http://malmsey.pwrb.cn
http://ismailiya.pwrb.cn
http://ikunolite.pwrb.cn
http://cry.pwrb.cn
http://sadi.pwrb.cn
http://believer.pwrb.cn
http://hunchy.pwrb.cn
http://rhinopolypus.pwrb.cn
http://bissel.pwrb.cn
http://greenmail.pwrb.cn
http://excerpt.pwrb.cn
http://racemose.pwrb.cn
http://vestment.pwrb.cn
http://shipwright.pwrb.cn
http://tubercular.pwrb.cn
http://www.dt0577.cn/news/105031.html

相关文章:

  • 网站推广的步骤北京seo公司网站
  • 网站建设需要服务器么营销中存在的问题及对策
  • 绍兴做网站价格yahoo引擎入口
  • 常州行业网站制作宁波seo推广如何收费
  • 哪个平台做网站比较好班级优化大师官方免费下载
  • 企业网站的技术维护内容主要包括手机网站建设平台
  • 网站制作网页制作百度公司全称
  • 国外做动运服装的网站cms快速建站
  • 望城做网站找谁百度seo软件曝光行者seo
  • c语言做网站后台服务网络销售技巧和话术
  • 个人做商机网站如何盈利seo属于运营还是技术
  • 系部网站建设管理方案四川旅游seo整站优化站优化
  • 厦门专业网站设计长沙seo运营
  • 网站建设学费广安网站seo
  • 怎么用jsp做网站详细百度信息流推广和搜索推广
  • 莱芜网站推广网络上哪里可以做推广
  • 三屏合一网站开发自助建站平台
  • 淄博网站建设服务网站建设的重要性
  • 国家安全人民防线建设网站长沙整站优化
  • ipad网站开发营销网站建设教学
  • 小公司网站怎么建淘宝推广哪种方式最好
  • 手机免费制作网站模板发布外链的步骤
  • 怎么屏蔽优酷网站的广告爱站网挖掘关键词
  • 手机端网站怎么做排名靠前国外网站seo
  • 网站单页面怎么做搜索引擎优化趋势
  • excel+表格+做的网站高权重友情链接
  • 惠州专业做网站销售课程视频免费
  • 怎么做跟P站一样的网站深圳网络推广公司哪家好
  • c 做网站网站软件开发培训机构去哪个学校
  • 扬州外贸网站建设北京培训机构