[EMAIL PROTECTED] wrote:
> 
> It has recently come to our attention that the binary format file
> loaders for Portfolio aren't working due to recent changes in the JDK
> and how they handle character I/O with subclasses of InputReader.  This
> has broken each of loaders that use binary files, and may be giving
> people problems.

Ah.. you've beaten me to this. I was intending to send a mail off to the
J3D folks about the loader interfaces. Using Readers severly screws a
lot of binary inputs where you really do want an InputStream for. The
biggest problem that I face with this is using the loaders as content
handlers for URL/URN resolution. You always have input streams and this
requires you to build readers and deal with text problems etc. 

-- 
Justin Couch                                   Author, Java Hacker
Snr Software Engineer                     [EMAIL PROTECTED]
ADI Ltd, Systems Group              http://www.vlc.com.au/~justin/
Java3D FAQ:       http://tintoy.ncsa.uiuc.edu/~srp/java3d/faq.html
-------------------------------------------------------------------
"Look through the lens, and the light breaks down into many lights.
 Turn it or move it, and a new set of arrangements appears... is it
 a single light or many lights, lights that one must know how to
 distinguish, recognise and appreciate? Is it one light with many
 frames or one frame for many lights?"      -Subcomandante Marcos
-------------------------------------------------------------------
=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 3D Home Page: http://java.sun.com/products/java-media/3D/

Reply via email to