public class UtilFun extends Object
| 构造器和说明 |
|---|
UtilFun() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
ByteArrayToString(byte[] b1,
int nBeginPos,
int nLen) |
static String |
ByteArrayToString(byte[] b1,
int nBeginPos,
int nLen,
String sCharSet) |
static String |
bytesToHexString(byte[] src) |
static String |
ChangeHtmlQuotSign(String strvalue) |
static String |
ChangeOracleChar39(String strvalue) |
static String |
Format(Date dDate,
String sFormat) |
static String |
Format(double dValue,
String sFormat) |
static String |
getEnterLine(String strvalue) |
static String |
GetNameFromPath(String sPath,
String sRootChar) |
static String |
GetParameter(String vs_src,
String vs_var_name) |
static boolean |
memcmp(byte[] b1,
byte[] b2,
int nCmpLen) |
static boolean |
memcpy(byte[] b1,
byte[] b2,
int nCopyLen) |
static boolean |
memcpy(byte[] b1,
int nb1Pos,
byte[] b2,
int nb2Pos,
int nCopyLen) |
static int |
memfind(byte[] bSource,
byte[] bToFind,
int nStart,
int nEnd,
int nToFindLen) |
static void |
Memset(byte[] b1,
int nPos,
byte bValue,
int nLen) |
static String |
native2ascii(String str) |
static String |
toChinese(String strvalue) |
static String |
toIso8859_1(String strvalue) |
public static boolean memcmp(byte[] b1,
byte[] b2,
int nCmpLen)
public static int memfind(byte[] bSource,
byte[] bToFind,
int nStart,
int nEnd,
int nToFindLen)
public static boolean memcpy(byte[] b1,
byte[] b2,
int nCopyLen)
public static boolean memcpy(byte[] b1,
int nb1Pos,
byte[] b2,
int nb2Pos,
int nCopyLen)
public static void Memset(byte[] b1,
int nPos,
byte bValue,
int nLen)
public static String ByteArrayToString(byte[] b1, int nBeginPos, int nLen)
public static String ByteArrayToString(byte[] b1, int nBeginPos, int nLen, String sCharSet)
public static String bytesToHexString(byte[] src)
Copyright © 2020. All rights reserved.