/[classpath]/inetlib/source/gnu/inet/nntp/PendingData.java
ViewVC logotype

Diff of /inetlib/source/gnu/inet/nntp/PendingData.java

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

revision 1.4 by dog, Thu Oct 21 15:21:55 2004 UTC revision 1.5 by dog, Thu Nov 25 22:15:05 2004 UTC
# Line 1  Line 1 
1  /*  /*
2   * $Id$   * PendingData.java
3   * Copyright (C) 2003 The Free Software Foundation   * Copyright (C) 2003 The Free Software Foundation
4   *   *
5   * This file is part of GNU inetlib, a library.   * This file is part of GNU inetlib, a library.
# Line 46  import java.io.IOException; Line 46  import java.io.IOException;
46   * can process further responses.   * can process further responses.
47   *   *
48   * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>   * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
  * @version $Revision$ $Date$  
49   */   */
50  public interface PendingData  public interface PendingData
51  {  {
# Line 55  public interface PendingData Line 54  public interface PendingData
54     * Reads to the end of this data.     * Reads to the end of this data.
55     * @exception IOException if an I/O error occurred     * @exception IOException if an I/O error occurred
56     */     */
57    public void readToEOF () throws IOException;    public void readToEOF()
58        throws IOException;
59    
60  }  }
61    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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