/[classpath]/classpath/java/nio/Buffer.java
ViewVC logotype

Diff of /classpath/java/nio/Buffer.java

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

revision 1.12 by robilad, Wed Jun 16 08:57:10 2004 UTC revision 1.12.2.1 by gnu_andrew, Sat Jan 15 17:01:56 2005 UTC
# Line 1  Line 1 
1  /* Buffer.java --  /* Buffer.java --
2     Copyright (C) 2002, 2003 Free Software Foundation, Inc.     Copyright (C) 2002, 2003, 2004  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 345  public abstract class Buffer Line 345  public abstract class Buffer
345     * @exception IndexOutOfBoundsException If the preconditions on the offset     * @exception IndexOutOfBoundsException If the preconditions on the offset
346     * and length parameters do not hold     * and length parameters do not hold
347     */     */
348    final static void checkArraySize(int arraylength, int offset, int length)    static final void checkArraySize(int arraylength, int offset, int length)
349    {    {
350      if ((offset < 0) ||      if ((offset < 0) ||
351          (length < 0) ||          (length < 0) ||

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.12.2.1

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