Interface JavaFileObjects.ByteArrayJavaFileObject
-
- All Superinterfaces:
FileObject
,JavaFileObject
- Enclosing class:
- JavaFileObjects
public static interface JavaFileObjects.ByteArrayJavaFileObject extends JavaFileObject
Byte array-based implementation ofJavaFileObject
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface javax.tools.JavaFileObject
JavaFileObject.Kind
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
toByteArray()
-
Methods inherited from interface javax.tools.FileObject
delete, getCharContent, getLastModified, getName, openInputStream, openOutputStream, openReader, openWriter, toUri
-
Methods inherited from interface javax.tools.JavaFileObject
getAccessLevel, getKind, getNestingKind, isNameCompatible
-
-
-
-
Method Detail
-
toByteArray
byte[] toByteArray()
- Returns:
- The bytes that were previously written to this
JavaFileObject
-
-