C# 클래스 LumiSoft.Net.StreamLineReader

Stream line reader.
파일 보기 프로젝트 열기: jeske/StepsDB-alpha 1 사용 예제들

공개 메소드들

메소드 설명
ReadLine ( ) : byte[]

Reads byte[] line from stream. NOTE: Returns null if end of stream reached.

ReadLineString ( ) : string

Reads string line from stream. String is converted with specified Encoding property from byte[] line. NOTE: Returns null if end of stream reached.

StreamLineReader ( Stream strmSource ) : System

Default constructor.

메소드 상세

ReadLine() 공개 메소드

Reads byte[] line from stream. NOTE: Returns null if end of stream reached.
public ReadLine ( ) : byte[]
리턴 byte[]

ReadLineString() 공개 메소드

Reads string line from stream. String is converted with specified Encoding property from byte[] line. NOTE: Returns null if end of stream reached.
public ReadLineString ( ) : string
리턴 string

StreamLineReader() 공개 메소드

Default constructor.
public StreamLineReader ( Stream strmSource ) : System
strmSource Stream
리턴 System