Method WriteSlice
WriteSlice(BsonStream, IByteBuffer)
Writes a slice to the stream.
public static void WriteSlice(this BsonStream stream, IByteBuffer slice)
Parameters
stream
BsonStreamThe stream.
slice
IByteBufferThe slice.
Writes a slice to the stream.
public static void WriteSlice(this BsonStream stream, IByteBuffer slice)
stream
BsonStreamThe stream.
slice
IByteBufferThe slice.