Class ByteArrayJavaFileManager<M extends JavaFileManager>

java.lang.Object
javax.tools.ForwardingJavaFileManager<M>
org.codehaus.commons.compiler.jdk.ByteArrayJavaFileManager<M>
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable, JavaFileManager, OptionChecker

public class ByteArrayJavaFileManager<M extends JavaFileManager> extends ForwardingJavaFileManager<M>
A ForwardingJavaFileManager that stores JavaFileObjects in byte arrays, i.e. in memory (as opposed to the StandardJavaFileManager, which stores them in files).