Uses of Class
io.annot8.defaultimpl.content.DefaultInputStream
-
Packages that use DefaultInputStream Package Description io.annot8.defaultimpl.content -
-
Uses of DefaultInputStream in io.annot8.defaultimpl.content
Methods in io.annot8.defaultimpl.content that return DefaultInputStream Modifier and Type Method Description protected DefaultInputStreamDefaultInputStream.Builder. create(String id, String name, io.annot8.core.properties.ImmutableProperties properties, Supplier<InputStream> data)Methods in io.annot8.defaultimpl.content that return types with arguments of type DefaultInputStream Modifier and Type Method Description io.annot8.core.data.Content.Builder<DefaultInputStream,InputStream>DefaultInputStream.BuilderFactory. create(io.annot8.core.data.Item item, io.annot8.common.implementations.stores.SaveCallback<DefaultInputStream,DefaultInputStream> saver)io.annot8.core.data.Content.Builder<DefaultInputStream,InputStream>DefaultInputStream.Builder. withData(InputStream data)Method parameters in io.annot8.defaultimpl.content with type arguments of type DefaultInputStream Modifier and Type Method Description io.annot8.core.data.Content.Builder<DefaultInputStream,InputStream>DefaultInputStream.BuilderFactory. create(io.annot8.core.data.Item item, io.annot8.common.implementations.stores.SaveCallback<DefaultInputStream,DefaultInputStream> saver)io.annot8.core.data.Content.Builder<DefaultInputStream,InputStream>DefaultInputStream.BuilderFactory. create(io.annot8.core.data.Item item, io.annot8.common.implementations.stores.SaveCallback<DefaultInputStream,DefaultInputStream> saver)Constructor parameters in io.annot8.defaultimpl.content with type arguments of type DefaultInputStream Constructor Description Builder(io.annot8.common.implementations.stores.SaveCallback<DefaultInputStream,DefaultInputStream> saver)Builder(io.annot8.common.implementations.stores.SaveCallback<DefaultInputStream,DefaultInputStream> saver)
-