Class AnnotationFinder.SubArchive.E

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String name  
    • Constructor Summary

      Constructors 
      Constructor Description
      E​(java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.InputStream getBytecode()  
      java.lang.String getName()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        private final java.lang.String name
    • Constructor Detail

      • E

        public E​(java.lang.String name)
    • Method Detail

      • getBytecode

        public java.io.InputStream getBytecode()
                                        throws java.io.IOException
        Specified by:
        getBytecode in interface Archive.Entry
        Throws:
        java.io.IOException