Package | Description |
---|---|
top.hmtools.io |
数据输入/输出流相关工具类
|
Modifier and Type | Field and Description |
---|---|
static IOCase |
IOCase.INSENSITIVE
The constant for case insensitive regardless of operating system.
|
static IOCase |
IOCase.SENSITIVE
The constant for case sensitive regardless of operating system.
|
static IOCase |
IOCase.SYSTEM
The constant for case sensitivity determined by the current operating system.
|
Modifier and Type | Method and Description |
---|---|
static IOCase |
IOCase.forName(String name)
Factory method to create an IOCase from a name.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
FileNameTools.equals(String filename1,
String filename2,
boolean normalized,
IOCase caseSensitivity)
Checks whether two filenames are equal, optionally normalizing and providing
control over the case-sensitivity.
|
static boolean |
FileNameTools.wildcardMatch(String filename,
String wildcardMatcher,
IOCase caseSensitivity)
Checks a filename to see if it matches the specified wildcard matcher
allowing control over case-sensitivity.
|
Copyright © 2018. All rights reserved.