C# 클래스 RemObjects.InternetPack.Messages.Mime.Decode.StreamUtility

Utility to help reading bytes and strings of a Stream
파일 보기 프로젝트 열기: remobjects/internetpack

공개 메소드들

메소드 설명
ReadLineAsAscii ( Stream stream ) : String

Read a line from the stream. ReadLineAsBytes for more documentation.

비공개 메소드들

메소드 설명
ReadLineAsBytes ( Stream stream ) : Byte[]

Read a line from the stream. A line is interpreted as all the bytes read until a CRLF or LF is encountered.
CRLF pair or LF is not included in the String.

메소드 상세

ReadLineAsAscii() 공개 정적인 메소드

Read a line from the stream. ReadLineAsBytes for more documentation.
If is
public static ReadLineAsAscii ( Stream stream ) : String
stream Stream The stream to read from
리턴 String