| Modifier and Type | Method and Description |
|---|---|
Csv.CsvRow |
Csv.CsvRow.Builder.build() |
Csv.CsvRow |
Csv.CsvRow.Builder.buildPartial() |
Csv.CsvRow |
Csv.getDataRows(int index)
The list of data rows in a CSV file, as string arrays rather than as a
single comma-separated string.
|
Csv.CsvRow |
Csv.Builder.getDataRows(int index)
The list of data rows in a CSV file, as string arrays rather than as a
single comma-separated string.
|
Csv.CsvRow |
CsvOrBuilder.getDataRows(int index)
The list of data rows in a CSV file, as string arrays rather than as a
single comma-separated string.
|
static Csv.CsvRow |
Csv.CsvRow.getDefaultInstance() |
Csv.CsvRow |
Csv.CsvRow.getDefaultInstanceForType() |
Csv.CsvRow |
Csv.CsvRow.Builder.getDefaultInstanceForType() |
static Csv.CsvRow |
Csv.CsvRow.parseDelimitedFrom(InputStream input) |
static Csv.CsvRow |
Csv.CsvRow.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Csv.CsvRow |
Csv.CsvRow.parseFrom(byte[] data) |
static Csv.CsvRow |
Csv.CsvRow.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Csv.CsvRow |
Csv.CsvRow.parseFrom(ByteBuffer data) |
static Csv.CsvRow |
Csv.CsvRow.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Csv.CsvRow |
Csv.CsvRow.parseFrom(com.google.protobuf.ByteString data) |
static Csv.CsvRow |
Csv.CsvRow.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Csv.CsvRow |
Csv.CsvRow.parseFrom(com.google.protobuf.CodedInputStream input) |
static Csv.CsvRow |
Csv.CsvRow.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Csv.CsvRow |
Csv.CsvRow.parseFrom(InputStream input) |
static Csv.CsvRow |
Csv.CsvRow.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Csv.CsvRow> |
Csv.getDataRowsList()
The list of data rows in a CSV file, as string arrays rather than as a
single comma-separated string.
|
List<Csv.CsvRow> |
Csv.Builder.getDataRowsList()
The list of data rows in a CSV file, as string arrays rather than as a
single comma-separated string.
|
List<Csv.CsvRow> |
CsvOrBuilder.getDataRowsList()
The list of data rows in a CSV file, as string arrays rather than as a
single comma-separated string.
|
com.google.protobuf.Parser<Csv.CsvRow> |
Csv.CsvRow.getParserForType() |
static com.google.protobuf.Parser<Csv.CsvRow> |
Csv.CsvRow.parser() |
| Modifier and Type | Method and Description |
|---|---|
Csv.Builder |
Csv.Builder.addDataRows(Csv.CsvRow value)
The list of data rows in a CSV file, as string arrays rather than as a
single comma-separated string.
|
Csv.Builder |
Csv.Builder.addDataRows(int index,
Csv.CsvRow value)
The list of data rows in a CSV file, as string arrays rather than as a
single comma-separated string.
|
Csv.CsvRow.Builder |
Csv.CsvRow.Builder.mergeFrom(Csv.CsvRow other) |
static Csv.CsvRow.Builder |
Csv.CsvRow.newBuilder(Csv.CsvRow prototype) |
Csv.Builder |
Csv.Builder.setDataRows(int index,
Csv.CsvRow value)
The list of data rows in a CSV file, as string arrays rather than as a
single comma-separated string.
|
| Modifier and Type | Method and Description |
|---|---|
Csv.Builder |
Csv.Builder.addAllDataRows(Iterable<? extends Csv.CsvRow> values)
The list of data rows in a CSV file, as string arrays rather than as a
single comma-separated string.
|
Copyright © 2023 Google LLC. All rights reserved.