/[classpath]/classpath/gnu/java/nio/PipeImpl.java
ViewVC logotype

Diff of /classpath/gnu/java/nio/PipeImpl.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by rveldema, Mon Mar 11 16:24:12 2002 UTC revision 1.2 by rveldema, Tue Mar 12 11:36:22 2002 UTC
# Line 1  Line 1 
1  package manta.runtime;  package gnu.java.nio;
2    
3  import java.nio.channels.*;  import java.nio.channels.*;
4    
5  class PipeImpl extends Pipe  class PipeImpl extends Pipe
6  {  {
7      PipeImpl()      public PipeImpl()
8      {      {
9      }      }
10    
11            
12      java.nio.channels.Pipe.SinkChannel sink()      public java.nio.channels.Pipe.SinkChannel sink()
13      {      {
14          return null;          return null;
15      }      }
16    
17       java.nio.channels.Pipe.SourceChannel source()      public java.nio.channels.Pipe.SourceChannel source()
18      {      {
19          return null;          return null;
20      }      }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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