classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: FileChannelImpl factory method instead of constructor


From: Jeroen Frijters
Subject: [cp-patches] FYI: FileChannelImpl factory method instead of constructor
Date: Tue, 31 May 2005 08:17:02 +0200

Hi,

Since nobody objected, I committed this patch.

Regards,
Jeroen

2005-05-31  Jeroen Frijters  <address@hidden>

        * gnu/java/nio/channels/FileChannelImpl.java
        (FileChannelImpl()): Removed.
        (FileChannelImpl(File,int)): Made private.
        (create): New method.
        * java/io/FileInputStream.java,
        java/io/FileOutputStream.java,
        java/io/RandomAccessFile.java:
        Updated construction of FileChannelImpl instance. 

Attachment: FileChannelImpl.patch.txt
Description: FileChannelImpl.patch.txt


reply via email to

[Prev in Thread] Current Thread [Next in Thread]