C# 클래스 MongoDB.Driver.BsonWriter

상속: System.IO.BinaryWriter
파일 보기 프로젝트 열기: dannycoates/mongo-clr4-driver 1 사용 예제들

공개 메소드들

메소드 설명
BsonWriter ( Stream stream ) : System
MD5Hash ( string input ) : byte[]
MD5HashString ( string input ) : string
Reset ( ) : void
Write ( object>.IDictionary doc ) : void
Write ( MessageHeader header ) : void
Write ( ObjectId id ) : void
Write ( string value ) : void
Write ( string value, bool withLength ) : void
WriteList ( IList list ) : void

비공개 메소드들

메소드 설명
Write ( BsonType t, string name, object o ) : void
Write ( DBRef dbref ) : void
Write ( Regex regex ) : void
WriteStreamTo ( Stream output ) : void

메소드 상세

BsonWriter() 공개 메소드

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

MD5Hash() 공개 정적인 메소드

public static MD5Hash ( string input ) : byte[]
input string
리턴 byte[]

MD5HashString() 공개 정적인 메소드

public static MD5HashString ( string input ) : string
input string
리턴 string

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Write() 공개 메소드

public Write ( object>.IDictionary doc ) : void
doc object>.IDictionary
리턴 void

Write() 공개 메소드

public Write ( MessageHeader header ) : void
header MessageHeader
리턴 void

Write() 공개 메소드

public Write ( ObjectId id ) : void
id MongoDB.Types.ObjectId
리턴 void

Write() 공개 메소드

public Write ( string value ) : void
value string
리턴 void

Write() 공개 메소드

public Write ( string value, bool withLength ) : void
value string
withLength bool
리턴 void

WriteList() 공개 메소드

public WriteList ( IList list ) : void
list IList
리턴 void