Uses of Interface
app.babylon.io.StreamSource
Packages that use StreamSource
Package
Description
-
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 TypeMethodDescriptionstatic RowSourceRowSources.create(StreamSource streamSource) static RowSourceRowSources.create(ReadOptionsCsv options, StreamSource streamSource) -
Uses of StreamSource in app.babylon.table.plans
Methods in app.babylon.table.plans with parameters of type StreamSourceModifier and TypeMethodDescriptionTablePlanRead.execute(StreamSource streamSource) Reads the supplied stream source as CSV usingReadOptionsCsv.standard()defaults. -
Uses of StreamSource in app.babylon.table.transform
Methods in app.babylon.table.transform with parameters of type StreamSourceModifier and TypeMethodDescriptionstatic QuickTransformScriptQuickTransformScript.read(StreamSource source)