Package org.dvare.dynamic.resources
Class CompiledJarFileByteCode
- java.lang.Object
-
- org.dvare.dynamic.resources.CompiledByteCode
-
- org.dvare.dynamic.resources.CompiledJarFileByteCode
-
- All Implemented Interfaces:
FileObject
,JavaFileObject
public class CompiledJarFileByteCode extends CompiledByteCode
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface javax.tools.JavaFileObject
JavaFileObject.Kind
-
-
Constructor Summary
Constructors Constructor Description CompiledJarFileByteCode(String binaryName, JarFile jarFile, JarEntry jarEntry, URI uri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStream
openInputStream()
-
Methods inherited from class org.dvare.dynamic.resources.CompiledByteCode
binaryName, delete, getAccessLevel, getCharContent, getKind, getLastModified, getName, getNestingKind, isNameCompatible, openOutputStream, openReader, openWriter, toString, toUri
-
-
-
-
Method Detail
-
openInputStream
public InputStream openInputStream() throws IOException
- Specified by:
openInputStream
in interfaceFileObject
- Overrides:
openInputStream
in classCompiledByteCode
- Throws:
IOException
-
-