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

Diff of /classpath/java/nio/channels/InterruptibleChannel.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 InterruptibleChannel extends Channel  public interface InterruptibleChannel extends Channel
43  {  {
44      void close() throws IOException;    /**
45       * Closes this channel
46       *
47       * @exception IOException If an error occurs
48       */
49      void close() throws IOException;
50  }  }
   
       
   

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