/[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.1 by tromey, Thu Aug 26 21:21:10 2004 UTC revision 1.6.2.2 by gnu_andrew, Sun Jan 16 02:14:48 2005 UTC
# Line 35  this exception to your version of the li Line 35  this exception to your version of the li
35  obligated to do so.  If you do not wish to do so, delete this  obligated to do so.  If you do not wish to do so, delete this
36  exception statement from your version. */  exception statement from your version. */
37    
38    
39  package java.nio.channels;  package java.nio.channels;
40    
41  import java.io.IOException;  import java.io.IOException;
# Line 44  public interface Channel extends Closeab Line 45  public interface Channel extends Closeab
45  {  {
46    /**    /**
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,
50       * </code>false</code> otherwise
51     */     */
52    boolean isOpen();    boolean isOpen();
53    

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

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