/[classpath]/classpath/gnu/java/nio/charset/UTF_8.java
ViewVC logotype

Diff of /classpath/gnu/java/nio/charset/UTF_8.java

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

revision 1.2 by mkoch, Fri Nov 8 14:05:22 2002 UTC revision 1.2.2.1 by gnu_andrew, Sun Jan 16 02:14:45 2005 UTC
# Line 1  Line 1 
1  /* UTF_8.java --  /* UTF_8.java --
2     Copyright (C) 2002 Free Software Foundation, Inc.     Copyright (C) 2002, 2004 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 84  final class UTF_8 extends Charset Line 84  final class UTF_8 extends Charset
84    
85    private static final class Decoder extends CharsetDecoder    private static final class Decoder extends CharsetDecoder
86    {    {
87      private Decoder (Charset cs)      // Package-private to avoid a trampoline constructor.
88        Decoder (Charset cs)
89      {      {
90        super (cs, 1.0f, 1.0f);        super (cs, 1.0f, 1.0f);
91      }      }
# Line 171  final class UTF_8 extends Charset Line 172  final class UTF_8 extends Charset
172    
173    private static final class Encoder extends CharsetEncoder    private static final class Encoder extends CharsetEncoder
174    {    {
175      private Encoder (Charset cs)      // Package-private to avoid a trampoline constructor.
176        Encoder (Charset cs)
177      {      {
178        // According to        // According to
179        // http://www-106.ibm.com/developerworks/unicode/library/utfencodingforms/index.html        // http://www-106.ibm.com/developerworks/unicode/library/utfencodingforms/index.html

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.2.1

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