Uses of Interface
com.atlassian.jira.util.io.InputStreamConsumer

Packages that use InputStreamConsumer
com.atlassian.jira.issue   
com.atlassian.jira.issue.managers   
com.atlassian.jira.issue.thumbnail   
com.atlassian.jira.web.servlet   
 

Uses of InputStreamConsumer in com.atlassian.jira.issue
 

Methods in com.atlassian.jira.issue with parameters of type InputStreamConsumer
<T> T
AttachmentManager.streamAttachmentContent(Attachment attachment, InputStreamConsumer<T> consumer)
          Get binary content of the attachment
 

Uses of InputStreamConsumer in com.atlassian.jira.issue.managers
 

Methods in com.atlassian.jira.issue.managers with parameters of type InputStreamConsumer
<T> T
DefaultAttachmentManager.streamAttachmentContent(Attachment attachment, InputStreamConsumer<T> consumer)
           
 

Uses of InputStreamConsumer in com.atlassian.jira.issue.thumbnail
 

Methods in com.atlassian.jira.issue.thumbnail with parameters of type InputStreamConsumer
<T> T
DefaultThumbnailManager.streamThumbnailContent(Attachment attachment, InputStreamConsumer<T> consumer)
           
<T> T
DisabledThumbNailManager.streamThumbnailContent(Attachment attachment, InputStreamConsumer<T> consumer)
           
<T> T
ThumbnailManager.streamThumbnailContent(Attachment attachment, InputStreamConsumer<T> consumer)
          Get binary content of the thumbnail
 

Uses of InputStreamConsumer in com.atlassian.jira.web.servlet
 

Methods in com.atlassian.jira.web.servlet with parameters of type InputStreamConsumer
protected  void ViewAttachmentServlet.getInputStream(String attachmentQuery, InputStreamConsumer<io.atlassian.blobstore.client.api.Unit> consumer)
          Returns the file of the attachment.
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 ViewThumbnailServlet.getInputStream(String attachmentPath, InputStreamConsumer<io.atlassian.blobstore.client.api.Unit> consumer)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.