BCOS File Formats
Project Map
BCOS Plain Text File Format Specification
Preliminary Draft
Contents
1
Overview
2
General File Structure
2.1
Generic File Header
2.2
UTF-8 Character Data
1 Overview
This document describes the native file format for plain text files.
2 General File Structure
The basic structure of the file is described in
Figure 2.1: File Layout
.
_End of file
UTF-8 character data
_Offset 32
Generic File Header
_Offset 0
Figure 2.1 - File Layout
2.1 Generic File Header
This is the native file format header defined in the
BCOS Native File Format Specification
.
2.2 UTF-8 Character Data
This part of the file contains any number of valid UTF-8 characters, ending in a zero byte.
Generated on Sat Aug 1 16:05:47 2009