C# 클래스 System.Xml.XmlBinaryDictionaryReader.StreamSource

상속: ISource
파일 보기 프로젝트 열기: kumpera/mono

공개 메소드들

메소드 설명
Read ( byte data, int offset, int count ) : int
ReadByte ( ) : int
StreamSource ( Stream stream ) : System

메소드 상세

Read() 공개 메소드

public Read ( byte data, int offset, int count ) : int
data byte
offset int
count int
리턴 int

ReadByte() 공개 메소드

public ReadByte ( ) : int
리턴 int

StreamSource() 공개 메소드

public StreamSource ( Stream stream ) : System
stream Stream
리턴 System