Overload | Description |
---|---|
BinaryEncoder Constructor(IServiceMessageContext) | Creates an encoder that writes to a memory buffer. |
BinaryEncoder Constructor(Byte[],Int32,Int32,IServiceMessageContext) | Creates an encoder that writes to a fixed size memory buffer. |
BinaryEncoder Constructor(Stream,IServiceMessageContext,Boolean) | Creates an encoder that writes to the stream. |