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

Diff of /classpath/java/nio/channels/ScatteringByteChannel.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 5  import java.io.*; Line 5  import java.io.*;
5    
6  public interface ScatteringByteChannel extends ReadableByteChannel  public interface ScatteringByteChannel extends ReadableByteChannel
7  {  {
8      public int write(ByteBuffer[] srcs, int offset, int length) throws IOException;      public long write(ByteBuffer[] srcs, int offset, int length) throws IOException;
9      public int write(ByteBuffer[] srcs) throws IOException;      public int write(ByteBuffer[] srcs) throws IOException;
10  }  }

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