com.atlassian.plugin.classloader.url
Class BytesUrlStreamHandler

java.lang.Object
  extended by java.net.URLStreamHandler
      extended by com.atlassian.plugin.classloader.url.BytesUrlStreamHandler

public class BytesUrlStreamHandler
extends URLStreamHandler

URL stream handler of a byte array


Constructor Summary
BytesUrlStreamHandler(byte[] content)
           
 
Method Summary
 URLConnection openConnection(URL url)
           
 
Methods inherited from class java.net.URLStreamHandler
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BytesUrlStreamHandler

public BytesUrlStreamHandler(byte[] content)
Method Detail

openConnection

public URLConnection openConnection(URL url)
Specified by:
openConnection in class URLStreamHandler


Copyright © 2011 Atlassian. All Rights Reserved.