# Functions
NewDecoder creates a new Decoder.
SplitReaderSequential splits the input reader by a seperator.
Unmarshal unmarshals a JSON object stream into a protocol buffer.
UnmarshalNext unmarshals the next protocol buffer from a JSON object stream.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Decoder decodes single line.
An InvalidUnmarshalError describes an invalid argument passed to Unmarshal.
Unmarshaler is a configurable object for converting from a CSV representation to a protocol buffer object.
# Interfaces
CSVPBUnmarshaler is implemented by protobuf messages that customize the way they are unmarshaled from CSV.