Modifier and Type | Method and Description |
---|---|
<T> T |
AttachmentManager.streamAttachmentContent(Attachment attachment,
InputStreamConsumer<T> consumer)
Get binary content of the attachment
|
Modifier and Type | Class and Description |
---|---|
class |
AttachmentZipEntryStreamConsumer
This class implements
InputStreamConsumer . |
Modifier and Type | Method and Description |
---|---|
<T> T |
DefaultAttachmentManager.streamAttachmentContent(Attachment attachment,
InputStreamConsumer<T> consumer) |
Modifier and Type | Method and Description |
---|---|
<T> T |
DisabledThumbNailManager.streamThumbnailContent(Attachment attachment,
InputStreamConsumer<T> consumer) |
<T> T |
DefaultThumbnailManager.streamThumbnailContent(Attachment attachment,
InputStreamConsumer<T> consumer) |
<T> T |
ThumbnailManager.streamThumbnailContent(Attachment attachment,
InputStreamConsumer<T> consumer)
Get binary content of the thumbnail
|
Modifier and Type | Method and Description |
---|---|
protected void |
ViewThumbnailServlet.getInputStream(String attachmentPath,
InputStreamConsumer<io.atlassian.blobstore.client.api.Unit> consumer) |
protected abstract void |
AbstractViewFileServlet.getInputStream(String attachmentPath,
InputStreamConsumer<io.atlassian.blobstore.client.api.Unit> consumer)
Gets the attachment file (not the file name) that corresponds to the requested attachment.
|
protected void |
ViewAttachmentServlet.getInputStream(String attachmentQuery,
InputStreamConsumer<io.atlassian.blobstore.client.api.Unit> consumer) |
Copyright © 2002-2016 Atlassian. All Rights Reserved.