Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

Package cornell.slk.jkernel.util

Class Summary
CompoundResolver A compound resolver keeps a list of resolvers, and queries these resolvers in order when resolveClassName is called.
FileResolver A FileResolver uses File and FileInputStream to look for to find bytecode in the file system.
FilterResolver A FilterResolver filters requests to another resolver, so that the other resolver only gets called for certain class names.
RemoteInputStreamAdaptor This is an InputStream that connects to a RemoteInputStream.
RemoteInputStreamImpl This is a RemoteInputStream that connects to an InputStream.
RemoteOutputStreamAdaptor This is an OutputStream that connects to a RemoteOutputStream.
RemoteOutputStreamImpl This is a RemoteOutputStream that connects to an OutputStream.
TableResolver A TableResolver keeps a table that maps names to bytecode, or names to SharedClasses.
URLResolver A URLResolver tries to make a URL connection to find bytecode.
 


Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS