Re: [javax-usb-devel] UsbHostManager v1.0.1

2008-08-12 Thread Dan Streetman
You can browse CVS and check. On Mon, Aug 11, 2008 at 3:22 AM, Marion Decrouez <[EMAIL PROTECTED]> wrote: > Hello, > I'd like to know what does javax.usb use in the 1.0.1 version to load > the properties file, > UsbHostManager.class.getClassLoader().getResourceAsStream or > UsbHostManager.class.ge

[javax-usb-devel] UsbHostManager v1.0.1

2008-08-11 Thread Marion Decrouez
Hello, I'd like to know what does javax.usb use in the 1.0.1 version to load the properties file, UsbHostManager.class.getClassLoader().getResourceAsStream or UsbHostManager.class.getClassLoader().getSystemResourceAsStream? Thanks, Marion ---