Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 20022 invoked from network); 7 Feb 2006 15:57:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Feb 2006 15:57:25 -0000 Received: (qmail 99819 invoked by uid 500); 7 Feb 2006 15:57:22 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 99539 invoked by uid 500); 7 Feb 2006 15:57:20 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 99528 invoked by uid 99); 7 Feb 2006 15:57:20 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2006 07:57:20 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 603B4CB for ; Tue, 7 Feb 2006 16:56:59 +0100 (CET) Message-ID: <192908983.1139327819392.JavaMail.jira@ajax.apache.org> Date: Tue, 7 Feb 2006 16:56:59 +0100 (CET) From: "Richard Liang (JIRA)" To: harmony-dev@incubator.apache.org Subject: [jira] Updated: (HARMONY-42) com.ibm.io.nio.FileChannel is not fully implemented In-Reply-To: <718652244.1138121111196.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HARMONY-42?page=all ] Richard Liang updated HARMONY-42: --------------------------------- Attachment: FileChannel_patch.zip Hello Tim, Finally, The refactor of FileChannel and related classes are completed :-), as well as some modification about some native code (OS File system and OS Memory system). Would you please help to verify my patches? Thanks a lot. Hopefully, I will post my test cases soon :-) > com.ibm.io.nio.FileChannel is not fully implemented > --------------------------------------------------- > > Key: HARMONY-42 > URL: http://issues.apache.org/jira/browse/HARMONY-42 > Project: Harmony > Type: Bug > Components: Classlib > Reporter: Paulex Yang > Assignee: Tim Ellison > Attachments: FileChannel_patch.zip, Harmony42-IFileSystem-patch.txt, Harmony42-IMemorySystem-patch.txt, Harmony42-java_io_FileChannelFactory-patch.txt, Harmony42-java_io_FileOutputStream-patch.txt, IFileSystem.java > > Many functions of FileChannel, such as memory map, transfer, gathering/scattering I/O are not implemented. Further, three classes in java.io, FileInputStream FileOutputStream, and RandomAccessFile, are related to java.nio.FileChannel, so that they can be refactored to base on same JNI interface, just like the network channels and sockets. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira