Xceed Binary Encoding Library Documentation
Encoding and decoding from memory to file
Getting started quickly > Encoding and decoding from memory to file

In the descriptions below, you can freely replace the word "encode" with "decode" in order to find out how to decode data, because encoding and decoding work exactly the same way.

Basic (non-streaming) encoding from memory to file

To encode data from memory and place it directly into a file, perform the following 3 steps. Put the Xceed Binary Encoding control on a form or instantiate it, then:

Streaming encoding

To encode data from memory and place it directly into a file as data becomes available, perform the following 4 steps. Put the Xceed Binary Encoding Control on a form or instantiate it, then: