org.codehaus.classworlds
Class BytesURLStreamHandler

java.lang.Object
  extended by java.net.URLStreamHandler
      extended by org.codehaus.classworlds.BytesURLStreamHandler

public class BytesURLStreamHandler
extends java.net.URLStreamHandler

Author:
Hani Suleiman ([email protected]) Date: Oct 20, 2003 Time: 12:45:18 AM

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 © 2002-2009 Codehaus. All Rights Reserved.