Share via


Comma7Io.read Method

Reads the next full record from the Io object.

Syntax

public container read()

Run On

Called

Return Value

Type: container
The next full record from the Io object.

Remarks

The definition of the next full record is controlled by the following properties: The record is returned as a container. Each entry in the container equals one field in the record.

Each of the specialized Io classes has default settings for inFieldDelimiter, inRecordDelimiter, and inRecordLength allowing input and output of the most common formats. It might, however, be necessary to adjust these to support the desired format.

See Also

Reference

Comma7Io Class