Matthijs Wensveen wrote:
How impossible would it be to have java.io.File subclasses as wrappers around vfs?
The java.io.File itself might not be the problem. One could override and replace all its methods.
But java's FileInputStream et al wont be happy with them as they use FileDescriptors and e.g. FileInputStream.open() is a native method. :-(
If a 3rd Party library tries to pass the wrapped VFS-File to them they fail.



Ciao, Mario


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to