Re: [classlib][luni] Tweaked native method name in file

2006-10-12 Thread Rui Hu
On 10/11/06, Spark Shen [EMAIL PROTECTED] wrote: Hi All: After skimming through the source code of java.io.File, I found two tweaked method names: private native boolean isReadOnlyImpl(byte[] filePath); private native boolean isWriteOnlyImpl(byte[] filePath); Take isWriteOnlyImpl as an

[classlib][luni] Tweaked native method name in file

2006-10-11 Thread Spark Shen
Hi All: After skimming through the source code of java.io.File, I found two tweaked method names: private native boolean isReadOnlyImpl(byte[] filePath); private native boolean isWriteOnlyImpl(byte[] filePath); Take isWriteOnlyImpl as an example, canRead - exists

Re: [classlib][luni] Tweaked native method name in file

2006-10-11 Thread Andrew Zhang
On 10/11/06, Spark Shen [EMAIL PROTECTED] wrote: Hi All: After skimming through the source code of java.io.File, I found two tweaked method names: private native boolean isReadOnlyImpl(byte[] filePath); private native boolean isWriteOnlyImpl(byte[] filePath); Take isWriteOnlyImpl as an