Home | Trees | Index | Help |
|
---|
Package xdp :: Package io :: Module sff |
|
Classes | |
---|---|
Sff |
The contents of the header of an SFF file. |
Function Summary | |
---|---|
Parse one SFF header field from a line. | |
string
|
Read single line of an SFF header from an input stream. |
2-tuple of the form (header_type,
fields_dict)
|
Read an SFF header from an input stream. |
2-tuple of the form (header,
data)
|
Read an SFF header and data from an input stream. |
Exception raised to indicate that an invalid field name was specified. |
Function Details |
---|
_sff_parseHeaderField(line, fields)Parse one SFF header field from a line. The %devices field is split by whitespace into a list of the column names. Other fields that being with a percent sign are not modified. The field name and value are stored infields .
|
_sff_read_header_line(stream)Read single line of an SFF header from an input stream.
|
_sff_readHeader(stream)Read an SFF header from an input stream.
|
readSffFile(stream)Read an SFF header and data from an input stream.
|
SffFieldError(Exception)Exception raised to indicate that an invalid field name was specified. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Jul 20 11:51:05 2005 | http://epydoc.sf.net |