Uses of Class
tech.tablesaw.io.html.HtmlReadOptions.Builder
-
Uses of HtmlReadOptions.Builder in tech.tablesaw.io.html
Methods in tech.tablesaw.io.html that return HtmlReadOptions.BuilderModifier and TypeMethodDescriptionstatic HtmlReadOptions.Builderstatic HtmlReadOptions.BuilderHtmlReadOptions.builder(InputStream stream) This method may cause tablesaw to buffer the entire InputStream.static HtmlReadOptions.BuilderThis method may cause tablesaw to buffer the entire InputStream.static HtmlReadOptions.Builderstatic HtmlReadOptions.Builderstatic HtmlReadOptions.BuilderHtmlReadOptions.builder(tech.tablesaw.io.Source source) static HtmlReadOptions.BuilderHtmlReadOptions.builderFromFile(String fileName) static HtmlReadOptions.BuilderHtmlReadOptions.builderFromString(String contents) static HtmlReadOptions.BuilderHtmlReadOptions.builderFromUrl(String url) HtmlReadOptions.Builder.columnTypes(Function<String, tech.tablesaw.api.ColumnType> columnTypeFunction) HtmlReadOptions.Builder.columnTypes(tech.tablesaw.api.ColumnType[] columnTypes) HtmlReadOptions.Builder.columnTypesPartial(Function<String, Optional<tech.tablesaw.api.ColumnType>> columnTypeFunction) HtmlReadOptions.Builder.columnTypesPartial(Map<String, tech.tablesaw.api.ColumnType> columnTypeByName) HtmlReadOptions.Builder.dateFormat(String dateFormat) Deprecated.HtmlReadOptions.Builder.dateFormat(DateTimeFormatter dateFormat) HtmlReadOptions.Builder.dateTimeFormat(String dateTimeFormat) Deprecated.HtmlReadOptions.Builder.dateTimeFormat(DateTimeFormatter dateTimeFormat) HtmlReadOptions.Builder.header(boolean header) HtmlReadOptions.Builder.minimizeColumnSizes()HtmlReadOptions.Builder.missingValueIndicator(String... missingValueIndicators) HtmlReadOptions.Builder.sample(boolean sample) HtmlReadOptions.Builder.tableIndex(int tableIndex) HtmlReadOptions.Builder.timeFormat(String timeFormat) Deprecated.HtmlReadOptions.Builder.timeFormat(DateTimeFormatter timeFormat) Constructors in tech.tablesaw.io.html with parameters of type HtmlReadOptions.Builder