public interface AvatarImageDataProvider
Modifier and Type | Method and Description |
---|---|
void |
storeImage(Avatar.Size requestSize,
OutputStream output)
Stores avatar image data for requestedSize to given output stream.
|
void storeImage(Avatar.Size requestSize, OutputStream output) throws IOException
requestSize
- size in which avatar image should be storedoutput
- stream where write image dataIOException
- when there are problems processing image to streamCopyright © 2002-2021 Atlassian. All Rights Reserved.