Class AttachmentFileLazyDataSource

java.lang.Object
org.compiere.model.AttachmentFileLazyDataSource
All Implemented Interfaces:
IAttachmentLazyDataSource

public class AttachmentFileLazyDataSource extends Object implements IAttachmentLazyDataSource
IDEMPIERE-4889
Author:
Carlos Ruiz - globalqss
  • Constructor Details

    • AttachmentFileLazyDataSource

      public AttachmentFileLazyDataSource(File file)
      Constructor for lazy load - keep the file information
      Parameters:
      file -
  • Method Details

    • getData

      public byte[] getData()
      Return a byte array containing the data from the File
      Specified by:
      getData in interface IAttachmentLazyDataSource
      Returns: