Class TestInputStreamContent

  • All Implemented Interfaces:
    io.annot8.common.data.content.InputStreamContent, io.annot8.core.data.Content<InputStream>, io.annot8.core.helpers.WithId, io.annot8.core.helpers.WithProperties

    public class TestInputStreamContent
    extends AbstractTestContent<InputStream>
    implements io.annot8.common.data.content.InputStreamContent
    • Constructor Detail

      • TestInputStreamContent

        public TestInputStreamContent()
      • TestInputStreamContent

        public TestInputStreamContent​(String id,
                                      String name,
                                      io.annot8.core.properties.ImmutableProperties properties,
                                      Supplier<InputStream> data)
      • TestInputStreamContent

        public TestInputStreamContent​(io.annot8.core.stores.AnnotationStore annotations,
                                      String id,
                                      String name,
                                      io.annot8.core.properties.ImmutableProperties properties,
                                      Supplier<InputStream> data)
      • TestInputStreamContent

        public TestInputStreamContent​(io.annot8.common.implementations.stores.AnnotationStoreFactory annotationStore,
                                      String id,
                                      String name,
                                      io.annot8.core.properties.ImmutableProperties properties,
                                      Supplier<InputStream> data)
    • Method Detail

      • getContentClass

        public Class<? extends io.annot8.core.data.Content<InputStream>> getContentClass()
        Specified by:
        getContentClass in interface io.annot8.core.data.Content<InputStream>