Uses of Class
nl.vpro.domain.image.backend.ImageStream
-
Packages that use ImageStream Package Description nl.vpro.domain.image.backend Image domain that are used by the image server itself. -
-
Uses of ImageStream in nl.vpro.domain.image.backend
Subclasses of ImageStream in nl.vpro.domain.image.backend Modifier and Type Class Description classReusableImageStreamA version ofImageStreamthat on first use ofReusableImageStream.getStream()will copy the stream to a file, so you call it multiple times.Methods in nl.vpro.domain.image.backend that return ImageStream Modifier and Type Method Description @NonNull ImageStreamImageStream.Builder. build()ImageStreamBackendImage. getImageStream()static ImageStreamImageStream. of(File file)static ImageStreamImageStream. of(InputStream stream)static ImageStreamImageStream. of(InputStream stream, Instant lastModified)static ImageStreamImageStream. of(URL url)static ImageStreamImageStream. of(Path file)ImageStreamImageStream. withMetaData(BackendImageMetadata<?> metaData)Methods in nl.vpro.domain.image.backend with parameters of type ImageStream Modifier and Type Method Description static @PolyNull ReusableImageStreamReusableImageStream. of(@PolyNull ImageStream imageStream)Method parameters in nl.vpro.domain.image.backend with type arguments of type ImageStream Modifier and Type Method Description @NonNull BackendImage.BuilderBackendImage.Builder. imageStream(org.meeuw.functional.ThrowAnySupplier<ImageStream> imageStream)BackendImageBackendImage. supplyImageStream(org.meeuw.functional.ThrowAnySupplier<ImageStream> data)Constructors in nl.vpro.domain.image.backend with parameters of type ImageStream Constructor Description ReusableImageStream(ImageStream stream)Constructor parameters in nl.vpro.domain.image.backend with type arguments of type ImageStream Constructor Description BackendImage(ImageType type, ImageFormat imageFormat, String title, @Nullable String description, Integer height, Integer width, Float heightInMm, Float widthInMm, Long size, String downloadUrl, String etag, Instant urlLastModified, byte[] hash, @NotNull(groups=nl.vpro.validation.WarningValidatorGroup.class) nl.vpro.domain.support.License license, String source, String sourceName, String date, String credits, org.meeuw.functional.ThrowAnySupplier<ImageStream> imageStream, String broadcaster, nl.vpro.domain.media.support.OwnerType owner)
-