static FileContentReference |
FileContentReference.fromBytes(long groupId,
long fileEntryId,
String sourceFileName,
String extension,
String mimeType,
byte[] bytes) |
static FileContentReference |
FileContentReference.fromBytes(long groupId,
String sourceFileName,
String extension,
String mimeType,
byte[] bytes) |
static FileContentReference |
FileContentReference.fromFile(long groupId,
long fileEntryId,
String sourceFileName,
String extension,
String mimeType,
File file) |
static FileContentReference |
FileContentReference.fromFile(long groupId,
String sourceFileName,
String extension,
String mimeType,
File file) |
static FileContentReference |
FileContentReference.fromInputStream(long groupId,
long fileEntryId,
String sourceFileName,
String extension,
String mimeType,
InputStream inputStream,
long size) |
static FileContentReference |
FileContentReference.fromInputStream(long groupId,
String sourceFileName,
String extension,
String mimeType,
InputStream inputStream,
long size) |