protected static class ByteArrayClassLoader.PersistenceHandler.UrlDefinitionAction.ByteArrayUrlStreamHandler extends URLStreamHandler
| Modifier and Type | Class and Description | 
|---|---|
protected static class  | 
ByteArrayClassLoader.PersistenceHandler.UrlDefinitionAction.ByteArrayUrlStreamHandler.ByteArrayUrlConnection
A URL connection for a given byte array. 
 | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
ByteArrayUrlStreamHandler(byte[] binaryRepresentation)
Creates a new byte array URL stream handler. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object other)  | 
int | 
hashCode()  | 
protected URLConnection | 
openConnection(URL url)  | 
String | 
toString()  | 
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalFormprotected ByteArrayUrlStreamHandler(byte[] binaryRepresentation)
binaryRepresentation - The binary representation of a type's class file.protected URLConnection openConnection(URL url) throws IOException
openConnection in class URLStreamHandlerIOExceptionCopyright © 2014–2016. All rights reserved.