protected static class ByteArrayClassLoader.PersistenceHandler.UrlDefinitionAction extends Object implements PrivilegedAction<URL>
| Modifier and Type | Class and Description | 
|---|---|
protected static class  | 
ByteArrayClassLoader.PersistenceHandler.UrlDefinitionAction.ByteArrayUrlStreamHandler
A stream handler that returns the given binary representation. 
 | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
UrlDefinitionAction(String typeName,
                   byte[] binaryRepresentation)
Creates a new URL definition action. 
 | 
protected UrlDefinitionAction(String typeName, byte[] binaryRepresentation)
typeName - The name of the type that this URL represents.binaryRepresentation - The binary representation of the type's class file.public URL run()
run in interface PrivilegedAction<URL>Copyright © 2014–2015. All rights reserved.