You are here: The SDK Base Classes > The Raw Readers and Writers

The Raw Readers and Writers

Because they are the foundation of many other readers and writers, as well as being useful for development and debugging, the SDK base classes include “raw” reader and writer classes, LTIRawImageReader and LTIRawImageWriter.

The two raw classes read and write image data directly to binary files (or streams) with no header information. Both support BIP/BIL/BSQ output formats and provide for big/little/host byte ordering (see Endianness in the "Glossary"), plus the usual LTIImage properties of background and nodata color, geographic position, metadata, etc.

The LTIBBBImageReader and LTIBBBImageWriter classes extend the raw reader and writer classes by providing the ability to read and write “BBB” headers to accompany the raw image data. For information on the supported header syntax see "Notes on BBB Files".