Interface JavaFileObjects.ByteArrayJavaFileObject
-
- All Superinterfaces:
javax.tools.FileObject
,javax.tools.JavaFileObject
- Enclosing class:
- JavaFileObjects
public static interface JavaFileObjects.ByteArrayJavaFileObject extends javax.tools.JavaFileObject
Byte array-based implementation ofJavaFileObject
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
toByteArray()
-