public class EmptyEngineMemoryEstimation extends java.lang.Object implements EngineMemoryEstimation
| 限定符和类型 | 方法和说明 |
|---|---|
long |
estimateImageMemory(java.awt.image.BufferedImage image)
空方法
|
long |
estimateMemory(AppExporter exporter,
ResultWorkBook book)
空方法
|
static EmptyEngineMemoryEstimation |
getInstance() |
public static EmptyEngineMemoryEstimation getInstance()
public long estimateMemory(AppExporter exporter, ResultWorkBook book)
estimateMemory 在接口中 EngineMemoryEstimationexporter - 导出类book - 报表结果public long estimateImageMemory(java.awt.image.BufferedImage image)
estimateImageMemory 在接口中 BaseMemoryEstimationimage - 图片