Class BytesURLStreamHandler

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

@Deprecated public class BytesURLStreamHandler extends URLStreamHandler
Deprecated.
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 Details

    • BytesURLStreamHandler

      public BytesURLStreamHandler(byte[] content)
      Deprecated.
  • Method Details