/[classpath]/classpath/vm/reference/java/lang/Runtime.java
ViewVC logotype

Diff of /classpath/vm/reference/java/lang/Runtime.java

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

revision 1.20 by tromey, Tue Aug 20 16:50:50 2002 UTC revision 1.21 by tromey, Fri Feb 21 10:38:59 2003 UTC
# Line 1  Line 1 
1  /* Runtime.java -- access to the VM process  /* Runtime.java -- access to the VM process
2     Copyright (C) 1998, 2002 Free Software Foundation     Copyright (C) 1998, 2002, 2003 Free Software Foundation
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 682  public class Runtime Line 682  public class Runtime
682     * @deprecated <code>InputStreamReader</code> is the preferred way to read     * @deprecated <code>InputStreamReader</code> is the preferred way to read
683     *             local encodings     *             local encodings
684     * @XXX This implementation does not localize, yet.     * @XXX This implementation does not localize, yet.
685       * @deprecated
686     */     */
687    public InputStream getLocalizedInputStream(InputStream in)    public InputStream getLocalizedInputStream(InputStream in)
688    {    {
# Line 697  public class Runtime Line 698  public class Runtime
698     * @deprecated <code>OutputStreamWriter</code> is the preferred way to write     * @deprecated <code>OutputStreamWriter</code> is the preferred way to write
699     *             local encodings     *             local encodings
700     * @XXX This implementation does not localize, yet.     * @XXX This implementation does not localize, yet.
701       * @deprecated
702     */     */
703    public OutputStream getLocalizedOutputStream(OutputStream out)    public OutputStream getLocalizedOutputStream(OutputStream out)
704    {    {

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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