/[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 by mkoch, Thu Apr 8 20:45:13 2004 UTC revision 1.6.2.1 by tromey, Thu Aug 26 21:21:10 2004 UTC
# Line 1  Line 1 
1  /* Channel.java --  /* Channel.java --
2     Copyright (C) 2002 Free Software Foundation, Inc.     Copyright (C) 2002, 2004 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38  package java.nio.channels;  package java.nio.channels;
39    
40  import java.io.IOException;  import java.io.IOException;
41    import java.io.Closeable;
42    
43    public interface Channel extends Closeable
 public interface Channel  
44  {  {
45    /**    /**
46     * Tells whether this channel is open or not     * Tells whether this channel is open or not

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

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