/[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.7 by mkoch, Tue Nov 16 11:32:36 2004 UTC revision 1.8 by mkoch, Wed Feb 16 12:36:21 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 46  public interface Channel Line 46  public interface Channel
46     * Tells whether this channel is open or not     * Tells whether this channel is open or not
47     *     *
48     * @return <code>true</code>if channel is open,     * @return <code>true</code>if channel is open,
49     * </code>false</code> otherwise     * <code>false</code> otherwise
50     */     */
51    boolean isOpen();    boolean isOpen();
52    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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