buffer
This is when you want the processor to just read a file and return an in memory version. You can then take the return value and do whatever you want with it. By default, it will throw NotImplementedError.
For example, ImageProcessor will take input and return a java.awt.image.BufferedImage instance