public class CsvReader extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
CsvReader.Builder  | 
| Constructor and Description | 
|---|
CsvReader()  | 
| Modifier and Type | Method and Description | 
|---|---|
static CsvReader.Builder | 
builder()  | 
protected com.gigaspaces.utils.CsvReader.Parser | 
getParser(String typeName)  | 
<T> java.util.stream.Stream<T> | 
read(Path path,
    Class<T> type)  | 
java.util.stream.Stream<SpaceDocument> | 
read(Path path,
    SpaceTypeDescriptor typeDescriptor)  | 
java.util.stream.Stream<SpaceDocument> | 
read(Path path,
    String typeName)  | 
SpaceTypeDescriptorBuilder | 
readSchema(Path path,
          String typeName)  | 
public <T> java.util.stream.Stream<T> read(Path path, Class<T> type) throws IOException
IOExceptionpublic java.util.stream.Stream<SpaceDocument> read(Path path, String typeName) throws IOException
IOExceptionpublic java.util.stream.Stream<SpaceDocument> read(Path path, SpaceTypeDescriptor typeDescriptor) throws IOException
IOExceptionpublic SpaceTypeDescriptorBuilder readSchema(Path path, String typeName) throws IOException
IOExceptionprotected com.gigaspaces.utils.CsvReader.Parser getParser(String typeName)
public static CsvReader.Builder builder()
Copyright © GigaSpaces.