Index: > A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Business Industries Finance Tax

Home > RIFF


The Resource Interchange File Format (RIFF) is a generic meta-format for storing data in tagged chunks. It was introduced in 1991 by Microsoft and IBM. It is a clone of Electronic Arts's Interchange File Format, introducted in 1985, the only difference being that multi-byte integers are in little-endian format, native to the 80x86 processor series used in IBM PCs, rather than the big-endian format native to the 680x0 processor series used in Amiga and Apple Macintosh computers, where IFF files were heavily used.

The Microsoft implementation is mostly known through file formats like AVI and WAV, which both use the RIFF meta-format as their basis.

RIFF files consist of a simple header followed by "chunks". The format is identical to IFF, except for the endianness as previously stated.

More information about the format can be found in the Interchange File Format article.

External links

Computer file formats



Non User