public class JavaFileObjectForInput extends SimpleJavaFileObject
JavaFileObject.Kind
kind, uri
Constructor and Description |
---|
JavaFileObjectForInput(URI uri,
JavaFileObject.Kind kind,
String classNameFull,
com.espertech.esper.common.internal.serde.serdeset.builtin.FastByteArrayInputStream fis) |
Modifier and Type | Method and Description |
---|---|
String |
getClassNameFull() |
InputStream |
openInputStream() |
delete, getAccessLevel, getCharContent, getKind, getLastModified, getName, getNestingKind, isNameCompatible, openOutputStream, openReader, openWriter, toString, toUri
public JavaFileObjectForInput(URI uri, JavaFileObject.Kind kind, String classNameFull, com.espertech.esper.common.internal.serde.serdeset.builtin.FastByteArrayInputStream fis)
public InputStream openInputStream() throws IOException
openInputStream
in interface FileObject
openInputStream
in class SimpleJavaFileObject
IOException
public String getClassNameFull()
Copyright © 2005–2022. All rights reserved.