jdk/src/share/classes/sun/io/CharToByteDBCS_ASCII.java
changeset 5986 04eb44085c00
parent 5506 202f599c92aa
child 7668 d4a77089c587
equal deleted inserted replaced
5985:f98ac682b34c 5986:04eb44085c00
    22  * or visit www.oracle.com if you need additional information or have any
    22  * or visit www.oracle.com if you need additional information or have any
    23  * questions.
    23  * questions.
    24  */
    24  */
    25 package sun.io;
    25 package sun.io;
    26 
    26 
    27 import sun.nio.cs.Surrogate;
       
    28 import sun.nio.cs.ext.DoubleByte;
    27 import sun.nio.cs.ext.DoubleByte;
    29 import static sun.nio.cs.CharsetMapping.*;
    28 import static sun.nio.cs.CharsetMapping.*;
    30 
    29 
    31 public abstract class CharToByteDBCS_ASCII extends CharToByteConverter
    30 public abstract class CharToByteDBCS_ASCII extends CharToByteConverter
    32 {
    31 {