Class TestInputStreamContent

    • Constructor Detail

      • TestInputStreamContent

        public TestInputStreamContent()
      • TestInputStreamContent

        public TestInputStreamContent​(io.annot8.api.data.Item item)
      • TestInputStreamContent

        public TestInputStreamContent​(io.annot8.api.data.Item item,
                                      String id,
                                      String description,
                                      io.annot8.api.properties.ImmutableProperties properties,
                                      Supplier<InputStream> data)
      • TestInputStreamContent

        public TestInputStreamContent​(io.annot8.api.data.Item item,
                                      io.annot8.api.stores.AnnotationStore annotations,
                                      String id,
                                      String description,
                                      io.annot8.api.properties.ImmutableProperties properties,
                                      Supplier<InputStream> data)
    • Method Detail

      • getContentClass

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