- EC_CREDENTIAL - 接口 中的静态变量com.hynnet.util.Constants
-
- EC_FALSE - 接口 中的静态变量com.hynnet.util.Constants
-
- EC_PRINCIPAL_ID - 接口 中的静态变量com.hynnet.util.Constants
-
- EC_TRUE - 接口 中的静态变量com.hynnet.util.Constants
-
- elementToXmlString(Element) - 类 中的静态方法com.hynnet.util.XMLProperties
-
XML节点转字符串。
- empty() - 类 中的方法com.hynnet.util.LongList
-
- ENCODE - 类 中的静态变量com.hynnet.util.Base64
-
Specify encoding.
- encode(byte[], int, int, BaseNCodec.Context) - 类 中的方法com.hynnet.util.codec.Base64
-
Encodes all of the provided data, starting at inPos, for inAvail bytes.
- encode(Object) - 类 中的方法com.hynnet.util.codec.BaseNCodec
-
Encodes an Object using the Base-N algorithm.
- encode(byte[]) - 类 中的方法com.hynnet.util.codec.BaseNCodec
-
Encodes a byte[] containing binary data, into a byte[] containing characters in the alphabet.
- encode(byte[], int, int, BaseNCodec.Context) - 类 中的方法com.hynnet.util.codec.BaseNCodec
-
- encode(byte[]) - 接口 中的方法com.hynnet.util.codec.BinaryEncoder
-
Encodes a byte array and return the encoded data as a byte array.
- encode(Object) - 接口 中的方法com.hynnet.util.codec.Encoder
-
Encodes an "Object" and returns the encoded content as an Object.
- encode(byte[]) - 接口 中的方法com.hynnet.util.EncryptionInterface
-
对数据进行编码。
- encode(byte[], byte[]) - 接口 中的方法com.hynnet.util.EncryptionInterface
-
使用指定密钥对数据进行编码。
- encode(byte[], byte[], byte[]) - 接口 中的方法com.hynnet.util.EncryptionInterface
-
使用指定密钥及偏移量对数据进行编码。
- encodeAsString(byte[]) - 类 中的方法com.hynnet.util.codec.BaseNCodec
-
Encodes a byte[] containing binary data, into a String containing characters in the appropriate alphabet.
- encodeBase64(byte[]) - 类 中的静态方法com.hynnet.util.codec.Base64
-
Encodes binary data using the base64 algorithm but does not chunk the output.
- encodeBase64(byte[], boolean) - 类 中的静态方法com.hynnet.util.codec.Base64
-
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
- encodeBase64(byte[], boolean, boolean) - 类 中的静态方法com.hynnet.util.codec.Base64
-
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
- encodeBase64(byte[], boolean, boolean, int) - 类 中的静态方法com.hynnet.util.codec.Base64
-
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
- encodeBase64(String) - 类 中的静态方法com.hynnet.util.StringUtils
-
Encodes a String as a base64 String.
- encodeBase64(byte[]) - 类 中的静态方法com.hynnet.util.StringUtils
-
Encodes a byte array into a base64 String.
- encodeBase64Chunked(byte[]) - 类 中的静态方法com.hynnet.util.Base64
-
Encodes binary data using the base64 algorithm and chunks the encoded output into 76 character blocks
- encodeBase64Chunked(byte[]) - 类 中的静态方法com.hynnet.util.codec.Base64
-
Encodes binary data using the base64 algorithm and chunks the encoded output into 76 character blocks
- encodeBase64String(byte[]) - 类 中的静态方法com.hynnet.util.codec.Base64
-
Encodes binary data using the base64 algorithm but does not chunk the output.
- encodeBase64URLSafe(byte[]) - 类 中的静态方法com.hynnet.util.Base64
-
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
- encodeBase64URLSafe(byte[]) - 类 中的静态方法com.hynnet.util.codec.Base64
-
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
- encodeBase64URLSafeString(byte[]) - 类 中的静态方法com.hynnet.util.Base64
-
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
- encodeBase64URLSafeString(byte[]) - 类 中的静态方法com.hynnet.util.codec.Base64
-
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
- encodeBytes(byte[]) - 类 中的静态方法com.hynnet.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int) - 类 中的静态方法com.hynnet.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int) - 类 中的静态方法com.hynnet.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int, int) - 类 中的静态方法com.hynnet.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[]) - 类 中的静态方法com.hynnet.util.codec.Base64
-
编码。
- encodeFromFile(String) - 类 中的静态方法com.hynnet.util.Base64
-
Convenience method for reading a binary file
and base64-encoding it.
- encodeFromFile(String) - 类 中的静态方法com.hynnet.util.codec.Base64
-
Convenience method for reading a binary file
and base64-encoding it.
- encodeHex(byte[]) - 类 中的静态方法com.hynnet.util.DSAGen
-
- encodeHex(byte[]) - 类 中的静态方法com.hynnet.util.StringUtils
-
Turns an array of bytes into a String representing each byte as an
unsigned hex number.
- encodeInteger(BigInteger) - 类 中的静态方法com.hynnet.util.codec.Base64
-
Encodes to a byte64-encoded integer according to crypto standards such as W3C's XML-Signature.
- encodeJsUnicode(String) - 类 中的静态方法com.hynnet.util.StringUtils
-
编码为 \\uXXXX 的JS Unicode的字符串。
- encodeObject(Serializable) - 类 中的静态方法com.hynnet.util.Base64
-
Serializes an object and returns the Base64-encoded
version of that serialized object.
- encodeObject(Serializable, int) - 类 中的静态方法com.hynnet.util.Base64
-
Serializes an object and returns the Base64-encoded
version of that serialized object.
- Encoder - com.hynnet.util.codec中的接口
-
Provides the highest level of abstraction for Encoders.
- EncoderException - com.hynnet.util.codec中的异常错误
-
Thrown when there is a failure condition during the encoding process.
- EncoderException() - 异常错误 的构造器com.hynnet.util.codec.EncoderException
-
Constructs a new exception with null as its detail message.
- EncoderException(String) - 异常错误 的构造器com.hynnet.util.codec.EncoderException
-
Constructs a new exception with the specified detail message.
- EncoderException(String, Throwable) - 异常错误 的构造器com.hynnet.util.codec.EncoderException
-
Constructs a new exception with the specified detail message and cause.
- EncoderException(Throwable) - 异常错误 的构造器com.hynnet.util.codec.EncoderException
-
Constructs a new exception with the specified cause and a detail message of (cause==null ?
- encodeToFile(byte[], String) - 类 中的静态方法com.hynnet.util.Base64
-
Convenience method for encoding data to a file.
- encodeToString(byte[]) - 类 中的方法com.hynnet.util.codec.BaseNCodec
-
Encodes a byte[] containing binary data, into a String containing characters in the Base-N alphabet.
- encrypt(String) - 类 中的静态方法com.hynnet.util.EncryptionManager
-
- Encryption - com.hynnet.util中的枚举
-
加密处理类。
- ENCRYPTION_TYPE_NONE - 接口 中的静态变量com.hynnet.util.Constants
-
- ENCRYPTION_TYPE_REVERSABLE - 接口 中的静态变量com.hynnet.util.Constants
-
- ENCRYPTION_TYPE_UNREVERSABLE - 接口 中的静态变量com.hynnet.util.Constants
-
- EncryptionFile - com.hynnet.util中的类
-
文件加密、界面工具。
- EncryptionFile() - 类 的构造器com.hynnet.util.EncryptionFile
-
- EncryptionInterface - com.hynnet.util中的接口
-
加密处理接口。
- EncryptionManager - com.hynnet.util中的类
-
This class is a encrytion generator using the encrytion method that specified
in the configuration file, default is SHA
- EncryptionManager() - 类 的构造器com.hynnet.util.EncryptionManager
-
- endsWith(String) - 类 中的方法com.hynnet.util.buf.CharChunk
-
Returns true if the message bytes end with the specified string.
- ensureBufferSize(int, BaseNCodec.Context) - 类 中的方法com.hynnet.util.codec.BaseNCodec
-
Ensure that the buffer has room for size bytes
- ensureCapacity(int) - 类 中的方法com.hynnet.util.StringList
-
Increases the capacity of this ArrayList instance, if
necessary, to ensure that it can hold at least the number of elements
specified by the minimum capacity argument.
- EnumCharCode - com.hynnet.util中的接口
-
代码为字符的枚举型接口。
- EnumDesc - com.hynnet.util中的接口
-
描述字符串的枚举型接口。
- EnumIntegerCode - com.hynnet.util中的接口
-
代码为整型的枚举型接口。
- EnumMatchInteger - com.hynnet.util中的接口
-
用于枚举类型进行整数值匹配比较的接口。
- EnumMatchString - com.hynnet.util中的接口
-
用于枚举类型进行字符串值匹配比较的接口。
- EnumStringCode - com.hynnet.util中的接口
-
代码为字符串的枚举型接口。
- eof - 类 中的变量com.hynnet.util.codec.BaseNCodec.Context
-
Boolean flag to indicate the EOF has been reached.
- equals(Object) - 类 中的方法com.hynnet.util.buf.ByteChunk
-
- equals(String) - 类 中的方法com.hynnet.util.buf.ByteChunk
-
Compares the message bytes to the specified String object.
- equals(ByteChunk) - 类 中的方法com.hynnet.util.buf.ByteChunk
-
- equals(byte[], int, int) - 类 中的方法com.hynnet.util.buf.ByteChunk
-
- equals(CharChunk) - 类 中的方法com.hynnet.util.buf.ByteChunk
-
- equals(char[], int, int) - 类 中的方法com.hynnet.util.buf.ByteChunk
-
- equals(Object) - 类 中的方法com.hynnet.util.buf.CharChunk
-
- equals(String) - 类 中的方法com.hynnet.util.buf.CharChunk
-
Compares the message bytes to the specified String object.
- equals(CharChunk) - 类 中的方法com.hynnet.util.buf.CharChunk
-
- equals(char[], int, int) - 类 中的方法com.hynnet.util.buf.CharChunk
-
- equals(String) - 类 中的方法com.hynnet.util.buf.MessageBytes
-
Compares the message bytes to the specified String object.
- equals(Object) - 类 中的方法com.hynnet.util.buf.MessageBytes
-
- equals(MessageBytes) - 类 中的方法com.hynnet.util.buf.MessageBytes
-
- equals(Object) - 类 中的方法com.hynnet.util.IPAddress
-
Compares this object against the specified object.
- equals(Object) - 类 中的方法com.hynnet.util.PageInfoCondition
-
判断两个条件对象内容是否一样。
- equals(Object, boolean) - 类 中的方法com.hynnet.util.PageInfoCondition
-
判断两个条件对象内容是否一样。
- equals(Object) - 类 中的方法com.hynnet.util.StringList
-
判断内容是否相同。
- equalsIgnoreCase(String) - 类 中的方法com.hynnet.util.buf.ByteChunk
-
Compares the message bytes to the specified String object.
- equalsIgnoreCase(String) - 类 中的方法com.hynnet.util.buf.CharChunk
-
Compares the message bytes to the specified String object.
- equalsIgnoreCase(String) - 类 中的方法com.hynnet.util.buf.MessageBytes
-
Compares the message bytes to the specified String object.
- equalsIgnoreCase(Object) - 类 中的方法com.hynnet.util.PageInfoCondition
-
判断两个条件对象内容是否一样。
- escapeForJSON(Object) - 类 中的静态方法com.hynnet.util.StringUtils
-
进行JSON数据编码。
- escapeForJSON(String) - 类 中的静态方法com.hynnet.util.StringUtils
-
JSON字符串特殊字符编码。
- escapeForXML(Object) - 类 中的静态方法com.hynnet.util.StringUtils
-
进行XML数据编码。
- escapeForXML(String) - 类 中的静态方法com.hynnet.util.StringUtils
-
对字符串中需要编码的字符进行编码,使字符串可以用在XML文档中。
- escapeHTMLTags(String) - 类 中的静态方法com.hynnet.util.StringUtils
-
对内容为Html标签的字符串进行编码。
- EXE_FILE_EXT - 类 中的静态变量com.hynnet.util.FileOperation
-
可执行文件后缀。"
- execCmd(String) - 类 中的静态方法com.hynnet.util.Util
-
执行命令。
- exists() - 类 中的方法com.hynnet.util.XMLProperties
-
文件是否存在。