Package org.beangle.ems.avatar
Interface Avatar
-
- All Known Implementing Classes:
AbstractAvatar,ByteArrayAvatar,FileAvatar
public interface Avatar头像- Author:
- chaostone
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreamgetInputStream()StringgetName()longgetSize()StringgetType()DategetUpdatedAt()
-
-
-
Method Detail
-
getName
String getName()
-
getType
String getType()
-
getSize
long getSize()
-
getUpdatedAt
Date getUpdatedAt()
-
getInputStream
InputStream getInputStream() throws AvatarException
- Throws:
AvatarException
-
-