Class TypeMaker.ClassPathLoader

  • All Implemented Interfaces:
    Loader
    Enclosing class:
    TypeMaker

    private static class TypeMaker.ClassPathLoader
    extends java.lang.Object
    implements Loader
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected byte[] buffer  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ClassPathLoader()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canLoad​(java.lang.String internalName)  
      byte[] load​(java.lang.String internalName)  
      • Methods inherited from class java.lang.Object

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

      • buffer

        protected byte[] buffer
    • Constructor Detail

      • ClassPathLoader

        private ClassPathLoader()