程序包 | 说明 |
---|---|
com.fr.data.cache | |
com.fr.data.core.db.handler |
限定符和类型 | 方法和说明 |
---|---|
Attachment |
AttachmentCacheManagerProvider.addAttachment(java.lang.String type,
java.lang.String filename,
ValueGetter<byte[]> blobDelegate)
添加附件到内存中
|
Attachment |
AttachmentCacheManagerImpl.addAttachment(java.lang.String type,
java.lang.String filename,
ValueGetter<byte[]> blobDelegate)
添加附件到内存中
|
static Attachment |
AttachmentCacheManager.addAttachment(java.lang.String type,
java.lang.String filename,
ValueGetter<byte[]> blobDelegate)
添加附件到内存中
|
Attachment |
AttachmentCacheManagerProvider.addAttachment(java.lang.String type,
java.lang.String fileName,
ValueGetter<byte[]> bd,
int width,
int height)
添加附件到内存中
|
Attachment |
AttachmentCacheManagerImpl.addAttachment(java.lang.String type,
java.lang.String fileName,
ValueGetter<byte[]> bd,
int width,
int height)
添加附件到内存中
|
void |
DelegateAttachment.setDelegate(ValueGetter<byte[]> bd) |
限定符和类型 | 类和说明 |
---|---|
class |
BlobDelegate |