/[classpath]/classpath/java/nio/channels/Channel.java
ViewVC logotype

Diff of /classpath/java/nio/channels/Channel.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6.2.2 by gnu_andrew, Sun Jan 16 02:14:48 2005 UTC revision 1.6.2.3 by gnu_andrew, Sat Feb 19 10:50:38 2005 UTC
# Line 1  Line 1 
1  /* Channel.java --  /* Channel.java --
2     Copyright (C) 2002, 2004 Free Software Foundation, Inc.     Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 47  public interface Channel extends Closeab Line 47  public interface Channel extends Closeab
47     * Tells whether this channel is open or not     * Tells whether this channel is open or not
48     *     *
49     * @return <code>true</code>if channel is open,     * @return <code>true</code>if channel is open,
50     * </code>false</code> otherwise     * <code>false</code> otherwise
51     */     */
52    boolean isOpen();    boolean isOpen();
53    

Legend:
Removed from v.1.6.2.2  
changed lines
  Added in v.1.6.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26