/[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.3 by mark, Tue Apr 30 21:37:26 2002 UTC revision 1.4 by mkoch, Mon Nov 11 14:25:46 2002 UTC
# Line 41  import java.io.IOException; Line 41  import java.io.IOException;
41    
42  public interface Channel  public interface Channel
43  {  {
44      public boolean isOpen();    /**
45      public void close() throws IOException;     * Tells whether this channel is open or not
46       */
47      public boolean isOpen();
48    
49      /**
50       * Closes this channel
51       *
52       * @exception IOException If an error occurs
53       */
54      public void close() throws IOException;
55  }  }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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