Protected_Protected_OptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonProtected Static ReadonlyCarriageProtected Static ReadonlyCarriageProtected Static ReadonlyLineStatic ReadonlyPrefixProtected Static ReadonlySignatureProtected Static ReadonlyVersionStatic ReadonlyVersionStatic ReadonlyVersionProtected Static ReadonlyVersionGets the underlying text writer.
Number of sequences currently invoked (depth of sequence invokation stack).
IDataReader member
Number of fields in the current record.
IDataReader member
Gets whether the writer is closed.
Close the writer.
ProtectedfireProtectedfireProtectedfireProtectedfireProtectedfireProtectedfireProtectedfireFlush the writer.
Get the name of the field at the given index.
Get the value type of the field at the given index.
Name of the field at the given index. Alias for getFieldName.
IDataReader member
ProtectedinternalWhether the field value at the given index is null. Alias for isFieldNull.
IDataReader member
Whether the field value at the given index is null.
Open the writer with a FtTextWriter and optional settings.
The FtTextWriter to write to
Optional writer settings (default: {})
ProtectedredirectProtectedresetReset serialization state.
Set a boolean field.
The 0-based index of the field to set.
The value to set for the field. Can be null to set the field to null.
Set a DateTime field's value.
The 0-based index of the field to set.
The value to set for the field. Can be null to set the field to null.
Set a decimal field.
The 0-based index of the field to set.
The value to set for the field. Can be null to set the field to null.
Set a float field.
The 0-based index of the field to set.
The value to set for the field. Can be null to set the field to null.
Set an integer field.
The 0-based index of the field to set.
The value to set for the field. Can be null to set the field to null.
ProtectedsetSet a field to null.
The 0-based index of the field to set.
Set a field to null.
The name of the field to set.
ProtectedsetSet a string field.
The 0-based index of the field to set.
The value to set for the field. Can be null to set the field to null.
ProtectedunredirectWrite a record.
Write a comment line.
Write the header (declaration, embedded meta, heading lines).
Writer for fielded text streams. Coordinates all writing logic.