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 anOptionaldescribing theInputStreamSourceof extracted text of the provided attachment version if it is available, or an emptyOptionalotherwise.Methods in com.atlassian.confluence.index.attachment with parameters of type InputStreamSourceModifier and TypeMethodDescriptionvoidAttachmentExtractedTextManager.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 InputStreamSourceAttachmentExtractedTextHelper.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 AttachmentTextExtractionDefaultAttachmentTextExtraction.of(InputStreamSource source, boolean compressed) voidDefaultAttachmentExtractedTextManager.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)