URL-object from a bytearray

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kristina Engdahl

    URL-object from a bytearray

    Hello,

    I'm working with dynamic classloading and have encountered a problem
    when it comes to defining an URL for a file that is available through
    a bytearray representing a jar-file. The file in this case is a
    gif-file. I've implemented my own class loader which extends the java
    ClassLoader and overrides some methods for deriving classes from the
    jar-bytearray. Is there anyone who have any suggestion on how to
    create an URL-object from a bytearray?

    Regards,
    Kristina
Working...