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 examp
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 examp
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 && !Java_java_io_File_isWrit