Class Clazzpath.Resource

  • Enclosing class:
    Clazzpath

    private abstract static class Clazzpath.Resource
    extends java.lang.Object
    • Field Summary

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

      Constructors 
      Constructor Description
      Resource​(java.lang.String pName)  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      (package private) abstract java.io.InputStream getInputStream()  
      • Methods inherited from class java.lang.Object

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

      • ext

        private static final int ext
      • name

        public final java.lang.String name
    • Constructor Detail

      • Resource

        Resource​(java.lang.String pName)
    • Method Detail

      • getInputStream

        abstract java.io.InputStream getInputStream()
                                             throws java.io.IOException
        Throws:
        java.io.IOException