Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.prolifics.jni
Class Loader.DirLoader  view Loader.DirLoader download Loader.DirLoader.java

java.lang.Object
  extended byjava.io.File
      extended bycom.prolifics.jni.Loader.DirLoader
All Implemented Interfaces:
java.lang.Comparable, Loader.ClassData, java.io.Serializable
Enclosing class:
Loader

static class Loader.DirLoader
extends java.io.File
implements Loader.ClassData


Field Summary
 
Fields inherited from class java.io.File
pathSeparator, pathSeparatorChar, separator, separatorChar
 
Constructor Summary
Loader.DirLoader(java.lang.String dir)
           
 
Method Summary
 void close()
           
 byte[] getClassData(java.lang.String name)
           
 
Methods inherited from class java.io.File
canRead, canWrite, compareTo, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getName, getParent, getParentFile, getPath, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setLastModified, setReadOnly, toString, toURI, toURL
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Loader.DirLoader

public Loader.DirLoader(java.lang.String dir)
                 throws java.io.IOException
Method Detail

getClassData

public byte[] getClassData(java.lang.String name)
Specified by:
getClassData in interface Loader.ClassData

close

public void close()
Specified by:
close in interface Loader.ClassData