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 java.net.URLStreamHandler

Created by IntelliJ IDEA. User: sleberrigaud Date: May 9, 2008 Time: 11:06:09 AM To change this template use File | Settings | File Templates.


Constructor Summary
BytesUrlStreamHandler(byte[] content)
           
 
Method Summary
 java.net.URLConnection openConnection(java.net.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 java.net.URLConnection openConnection(java.net.URL url)
Specified by:
openConnection in class java.net.URLStreamHandler


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.