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

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 file to memory

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

Streaming encoding

To encode data from a file directly into memory, in portions instead of the complete file, perform the following 7 steps. Put the Xceed Binary Encoding Control on a form or instantiate it, then: