| com.atlassian.bitbucket.avatar.AvatarSupplier |
Known Indirect Subclasses
|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
The content type of the avatar, e.g., "image/png"
| |||||||||||
Provides an
InputStream to read the avatar. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.atlassian.bitbucket.io.InputSupplier
| |||||||||||
The content type of the avatar, e.g., "image/png"
Provides an InputStream to read the avatar. Each call to this method will produce a new stream.
| IOException | in case the avatar could not be opened or read |
|---|