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

Diff of /classpath/java/nio/channels/GatheringByteChannel.java

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

revision 1.1 by rveldema, Mon Mar 11 15:46:37 2002 UTC revision 1.2 by rveldema, Tue Mar 12 11:36:22 2002 UTC
# Line 6  import java.io.*; Line 6  import java.io.*;
6    
7  public interface GatheringByteChannel extends WritableByteChannel  public interface GatheringByteChannel extends WritableByteChannel
8  {  {
9      public int write(ByteBuffer[] srcs, int offset, int length) throws IOException;      public long write(ByteBuffer[] srcs, int offset, int length) throws IOException;
10      public int write(ByteBuffer[] srcs) throws IOException;      public int write(ByteBuffer[] srcs) throws IOException;
11  }  }

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