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

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

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

revision 1.10 by mkoch, Thu Jun 26 19:52:43 2003 UTC revision 1.11 by mkoch, Mon Jul 14 05:56:27 2003 UTC
# Line 51  public abstract class FileChannel extend Line 51  public abstract class FileChannel extend
51  {  {
52    public static class MapMode    public static class MapMode
53    {    {
54      public int m;      int m;
55    
56      public static MapMode READ_ONLY  = new MapMode(0);      public static MapMode READ_ONLY  = new MapMode(0);
57      public static MapMode READ_WRITE = new MapMode(1);      public static MapMode READ_WRITE = new MapMode(1);

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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