On Tue, 4 Oct 2011, Crocuta wrote:
Here's some code:
LOCAL.FileInputStream = CreateObject( "java", "java.io.FileInputStream"
).Init( ARGUMENTS.FilePath );
You're much better off opening from the File object directly, rather than
going via an input stream - it's much faster and lower memory
Switching to that may well solve your problem too
Nick
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]