public class DelegateAttachment extends Attachment
ID, NAME, TYPE
构造器和说明 |
---|
DelegateAttachment(java.lang.String id,
java.lang.String type,
java.lang.String filename,
AttachmentFileBase attachmentFileBase,
int width,
int height) |
限定符和类型 | 方法和说明 |
---|---|
byte[] |
getBytes()
表示附件内容的二进制数组
|
void |
setDelegate(ValueGetter<byte[]> bd) |
getFilename, getHeight, getID, getInputStream, getPath, getType, getWidth, remove, setFilename, toConfig, toJSONString
public DelegateAttachment(java.lang.String id, java.lang.String type, java.lang.String filename, AttachmentFileBase attachmentFileBase, int width, int height)
public void setDelegate(ValueGetter<byte[]> bd)
public byte[] getBytes()
Attachment
getBytes
在类中 Attachment