- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 27 of file LoadContent.java.
◆ getContent()
static byte [] org.turro.attach.db.LoadContent.getContent |
( |
Attachment |
attachment | ) |
|
|
static |
Definition at line 29 of file LoadContent.java.
33 try(DaoTransaction transaction =
new DaoTransaction(
new AttachPU())) {
34 attachment = transaction.find(Attachment.class, attachment.getId());
35 bais = attachment.getAttachContent().getFileContent();
The documentation for this class was generated from the following file: