/[classpath]/classpath/java/lang/Readable.java
ViewVC logotype

Diff of /classpath/java/lang/Readable.java

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

revision 1.1.2.2 by gnu_andrew, Sun Sep 26 23:00:25 2004 UTC revision 1.1.2.3 by gnu_andrew, Sun Feb 20 21:10:35 2005 UTC
# Line 1  Line 1 
1  /* Readable.java -- A character source  /* Readable.java -- A character source
2     Copyright (C) 2004 Free Software Foundation     Copyright (C) 2004, 2005 Free Software Foundation
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 65  public interface Readable Line 65  public interface Readable
65     * @throws NullPointerException if buf is null.     * @throws NullPointerException if buf is null.
66     * @throws ReadOnlyBufferException if buf is read only.     * @throws ReadOnlyBufferException if buf is read only.
67     */     */
68    int read(CharBuffer buf) throws IOException;    int read(CharBuffer buf)
69        throws IOException;
70    
71  }  }

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

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