public class FileAvatar extends AbstractAvatar
| Constructor and Description |
|---|
FileAvatar() |
FileAvatar(File file) |
| Modifier and Type | Method and Description |
|---|---|
File |
getFile() |
InputStream |
getInputStream() |
long |
getSize() |
String |
getType() |
void |
setFile(File file) |
getKBSize, getName, getUpdatedAt, setName, setType, setUpdatedAtpublic FileAvatar(File file)
public FileAvatar()
public long getSize()
public String getType()
getType in interface AvatargetType in class AbstractAvatarpublic InputStream getInputStream() throws AvatarException
AvatarExceptionpublic File getFile()
public void setFile(File file)
Copyright © 2005–2019 The Beangle Software. All rights reserved.