Uses of Interface
com.atlassian.confluence.util.io.InputStreamSource
Packages that use InputStreamSource
Package
Description
-
Uses of InputStreamSource in com.atlassian.confluence.index.attachment
Methods in com.atlassian.confluence.index.attachment that return types with arguments of type InputStreamSourceModifier and TypeMethodDescriptionAttachmentTextExtractor.extract
(Attachment attachment) Extracts text from an attachment.AttachmentExtractedTextManager.getContent
(Attachment attachment) Returns anOptional
describing theInputStreamSource
of extracted text of the provided attachment version if it is available, or an emptyOptional
otherwise.Methods in com.atlassian.confluence.index.attachment with parameters of type InputStreamSourceModifier and TypeMethodDescriptionvoid
AttachmentExtractedTextManager.saveContent
(Attachment attachment, InputStreamSource content) Saves a stream of data as the extracted text of the provided attachment version. -
Uses of InputStreamSource in com.atlassian.confluence.internal.index.attachment
Methods in com.atlassian.confluence.internal.index.attachment that return InputStreamSourceModifier and TypeMethodDescriptionstatic InputStreamSource
AttachmentExtractedTextHelper.toStreamSource
(String input) Methods in com.atlassian.confluence.internal.index.attachment that return types with arguments of type InputStreamSourceModifier and TypeMethodDescriptionDelegatingAttachmentTextExtractor.extract
(Attachment attachment) DefaultAttachmentExtractedTextManager.getContent
(Attachment attachment) Methods in com.atlassian.confluence.internal.index.attachment with parameters of type InputStreamSourceModifier and TypeMethodDescriptionstatic AttachmentTextExtraction
DefaultAttachmentTextExtraction.of
(InputStreamSource source, boolean compressed) void
DefaultAttachmentExtractedTextManager.saveContent
(Attachment attachment, InputStreamSource inputStreamSource) AttachmentExtractedTextHelper.toString
(InputStreamSource input) -
Uses of InputStreamSource in com.atlassian.confluence.internal.search.extractor2
Methods in com.atlassian.confluence.internal.search.extractor2 that return types with arguments of type InputStreamSource -
Uses of InputStreamSource in com.atlassian.confluence.internal.util.io
Methods in com.atlassian.confluence.internal.util.io that return InputStreamSourceModifier and TypeMethodDescriptionDefaultDataCompressor.compress
(InputStreamSource uncompressed) SnappyDataCompressor.compress
(InputStreamSource uncompressed) ZipDataCompressor.compress
(InputStreamSource uncompressed) DefaultDataCompressor.uncompress
(InputStreamSource compressed) SnappyDataCompressor.uncompress
(InputStreamSource compressed) ZipDataCompressor.uncompress
(InputStreamSource compressed) Methods in com.atlassian.confluence.internal.util.io with parameters of type InputStreamSourceModifier and TypeMethodDescriptionDefaultDataCompressor.compress
(InputStreamSource uncompressed) SnappyDataCompressor.compress
(InputStreamSource uncompressed) ZipDataCompressor.compress
(InputStreamSource uncompressed) DefaultDataCompressor.uncompress
(InputStreamSource compressed) SnappyDataCompressor.uncompress
(InputStreamSource compressed) ZipDataCompressor.uncompress
(InputStreamSource compressed) -
Uses of InputStreamSource in com.atlassian.confluence.util.io
Methods in com.atlassian.confluence.util.io that return InputStreamSourceModifier and TypeMethodDescriptionDataCompressor.compress
(InputStreamSource uncompressed) DataCompressor.uncompress
(InputStreamSource compressed) Methods in com.atlassian.confluence.util.io with parameters of type InputStreamSourceModifier and TypeMethodDescriptionDataCompressor.compress
(InputStreamSource uncompressed) DataCompressor.uncompress
(InputStreamSource compressed)