Home | History | Annotate | Download | only in io

Lines Matching defs:EXTENSION_SEPARATOR

99     public static final char EXTENSION_SEPARATOR = '.';
105 public static final String EXTENSION_SEPARATOR_STR = (new Character(EXTENSION_SEPARATOR)).toString();
584 int extensionPos = filename.lastIndexOf(EXTENSION_SEPARATOR);