Uses of Interface
app.babylon.io.StreamSource
Packages that use StreamSource
-
Uses of StreamSource in app.babylon.io
Methods in app.babylon.io that return StreamSourceModifier and TypeMethodDescriptionstatic StreamSourceStreamSources.fromBase64(String fileBase64, String resourceName, MimeType mimeType) static StreamSourcestatic StreamSourcestatic StreamSourcestatic StreamSourceStreamSources.fromString(CharSequence data, String resourceName) Methods in app.babylon.io with parameters of type StreamSourceModifier and TypeMethodDescriptionstatic StringStreamSources.getAsString(StreamSource stream) static StringStreamSources.getSnippet(StreamSource stream) static StreamSourceProbeStreamSourceProbe.of(StreamSource ds) -
Uses of StreamSource in app.babylon.table.io
Methods in app.babylon.table.io with parameters of type StreamSourceModifier and TypeMethodDescriptionTabularRowReader.read(StreamSource streamSource, RowConsumer rowConsumer) TabularRowReaderCsv.read(StreamSource streamSource, RowConsumer rowConsumer) TabularRowReaderResultSet.read(StreamSource streamSource, RowConsumer rowConsumer) RowSourceCsv.Builder.withStreamSource(StreamSource streamSource) -
Uses of StreamSource in app.babylon.table.plans
Methods in app.babylon.table.plans with parameters of type StreamSourceModifier and TypeMethodDescriptionTablePlan.execute(StreamSource streamSource, TabularRowReader reader) TablePlanAggregate.execute(StreamSource streamSource, TabularRowReader reader) TablePlanRead.execute(StreamSource streamSource, TabularRowReader reader)