메소드 | 설명 | |
---|---|---|
Clear ( ) : void |
Clears this instance.
|
|
GetSlice ( int position, int length ) : IByteBuffer |
Gets a slice of this buffer.
|
|
SingleChunkBuffer ( MongoDB.Bson.IO.BsonChunk chunk, int sliceOffset, int length, bool isReadOnly ) : System |
Initializes a new instance of the SingleChunkBuffer class.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
메소드 | 설명 | |
---|---|---|
GetChunkBytes ( MongoDB.Bson.IO.BsonChunk chunk ) : byte[] |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
리턴 | void |
public GetSlice ( int position, int length ) : IByteBuffer | ||
position | int | The position of the start of the slice. |
length | int | The length of the slice. |
리턴 | IByteBuffer |
public SingleChunkBuffer ( MongoDB.Bson.IO.BsonChunk chunk, int sliceOffset, int length, bool isReadOnly ) : System | ||
chunk | MongoDB.Bson.IO.BsonChunk | The chunk. |
sliceOffset | int | The slice offset. |
length | int | The length. |
isReadOnly | bool | Whether the buffer is read only. |
리턴 | System |