Package org.codehaus.classworlds
Class BytesURLStreamHandler
- java.lang.Object
-
- java.net.URLStreamHandler
-
- org.codehaus.classworlds.BytesURLStreamHandler
-
@Deprecated public class BytesURLStreamHandler extends java.net.URLStreamHandlerDeprecated.This is a legacy internal class.URLStreamHandler implementation for byte arrays.Note: This is a legacy class provided for backward compatibility with Maven 2. New code should avoid using this internal implementation detail.
- Author:
- Hani Suleiman (hani@formicary.net) Date: Oct 20, 2003 12:45:18 AM
-
-
Constructor Summary
Constructors Constructor Description BytesURLStreamHandler(byte[] content)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.net.URLConnectionopenConnection(java.net.URL url)Deprecated.
-