// Decompiled by Jad v1.5.7f. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) braces deadcode fieldsfirst 
// Source File Name:   CharacterRepConstants.java
// Class Version:      45.3

package oracle.sql;


// flag ACC_ABSTRACT is set
interface CharacterRepConstants
{
    // Constants:          24
    // Interfaces:         0
    // Fields:             7
    // Methods:            0
    // Class Attributes:   1


    public static final int BYTE_REP = 1;
    public static final int UTF_REP = 2;
    public static final int UTFE_REP = 3;
    public static final int AL16UTF16_REP = 4;
    public static final int AL16UTF16LE_REP = 5;
    public static final int AL32UTF8_REP = 6;
    public static final int UNKNOWN_REP = 1024;
}
