List of usage examples for java.awt.image DataBuffer subclass-usage
From source file com.embedler.moon.jtxt2img.mmap.MappedFileBuffer.java
/** * A {@code DataBuffer} implementation that is backed by a memory mapped file. * Memory will be allocated outside the normal JVM heap, allowing more efficient * memory usage for large buffers */ public abstract class MappedFileBuffer extends DataBuffer {