/[classpath]/classpath/java/io/PushbackInputStream.java
ViewVC logotype

Diff of /classpath/java/io/PushbackInputStream.java

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

revision 1.11 by cbj, Mon Mar 25 05:12:18 2002 UTC revision 1.12 by arenn, Sat May 24 03:35:11 2003 UTC
# Line 74  public class PushbackInputStream extends Line 74  public class PushbackInputStream extends
74    
75    /**    /**
76     * This method initializes a <code>PushbackInputStream</code> to     * This method initializes a <code>PushbackInputStream</code> to
77     * read from the * specified subordinate <code>InputStream</code>     * read from the specified subordinate <code>InputStream</code>
78     * with a default pushback buffer * size of 1.     * with a default pushback buffer size of 1.
79     *     *
80     * @param in The subordinate stream to read from     * @param in The subordinate stream to read from
81     */     */
# Line 302  public class PushbackInputStream extends Line 302  public class PushbackInputStream extends
302     * <code>skip</code> method on the underlying <code>InputStream</code> to     * <code>skip</code> method on the underlying <code>InputStream</code> to
303     * skip additional bytes if necessary.     * skip additional bytes if necessary.
304     *     *
305     * @param num_bytes The requested number of bytes to skip     * @param numBytes The requested number of bytes to skip
306     *     *
307     * @return The actual number of bytes skipped.     * @return The actual number of bytes skipped.
308     *     *

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

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