@HashCodeAndEqualsPlugin.Enhance protected static class ByteArrayClassLoader.PersistenceHandler.UrlDefinitionAction.ByteArrayUrlStreamHandler extends java.net.URLStreamHandler
Modifier and Type | Class and Description |
---|---|
protected static class |
ByteArrayClassLoader.PersistenceHandler.UrlDefinitionAction.ByteArrayUrlStreamHandler.ByteArrayUrlConnection
A URL connection for a given byte array.
|
Modifier and Type | Field and Description |
---|---|
private byte[] |
binaryRepresentation
The binary representation of a type's class file.
|
Modifier | Constructor and Description |
---|---|
protected |
ByteArrayUrlStreamHandler(byte[] binaryRepresentation)
Creates a new byte array URL stream handler.
|
Modifier and Type | Method and Description |
---|---|
protected java.net.URLConnection |
openConnection(java.net.URL url) |
private final byte[] binaryRepresentation