- AbstractCodepageDetector - info.monitorenter.cpdetector.io中的类
-
This implementation provides the default implementation for the high-level codepage detection method
AbstractCodepageDetector.open(URL)of the implemented interface ICodepageProcessor.
- AbstractCodepageDetector() - 类 的构造器info.monitorenter.cpdetector.io.AbstractCodepageDetector
-
- accept(Class) - 类 中的方法info.monitorenter.cpdetector.io.ClassFileFilterIsA
-
- accept(File) - 类 中的方法info.monitorenter.cpdetector.io.ClassFileFilterIsA
-
- accept(File) - 类 中的方法info.monitorenter.cpdetector.io.FileFilterExtensions
-
- accept(Class) - 接口 中的方法info.monitorenter.cpdetector.io.IClassFileFilter
-
- accept(File) - 类 中的方法info.monitorenter.cpdetector.test.ui.ClassFileChooser
-
- actionPerformed(ActionEvent) - 类 中的方法info.monitorenter.cpdetector.test.ui.FitAuthoringClient
-
- add(Object) - 类 中的静态方法com.opslab.bean.BeanFactory
-
将JavaBean进行解析并存在在static变量中
- add(Class) - 类 中的静态方法com.opslab.bean.BeanFactory
-
- add(Object) - 类 中的静态方法com.opslab.bean.BeanUtil
-
添加Bean到BeanFactory的解析范围中
- add(Class) - 类 中的静态方法com.opslab.bean.BeanUtil
-
添加Bean到BeanFactory的解析范围中
- add(ICodepageDetector) - 类 中的方法info.monitorenter.cpdetector.io.CodepageDetectorProxy
-
Adds the given instance to this proxie's detection capability.
- addChild(Object) - 接口 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode
-
Comfortable method for adding child nodes.
- addChild(Object) - 类 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode.DefaultTreeNode
-
The given Object will be stored in a newly created
ITreeNode which will get assigned this node to be it's father,
while this instance will store the new node in it's list
(unconditionally: e.g. no test, if already contained).
- addChildNode(ITreeNode) - 接口 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode
-
Adds the given ITreeNode to the set of this instances childs.
- addChildNode(ITreeNode) - 类 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode.DefaultTreeNode
-
The given ITreeNode will become this node to be it's father,
while this instance will store the given node in it's list if not null
(unconditionally: e.g. no test, if already contained).
- addChildNode(ITreeNode) - 类 中的方法info.monitorenter.cpdetector.util.collections.TreeNodeUniqueChildren
-
If the given argument is already a child node of this one (by the means of
the equals method), it will replace the old node but gets the childs of the
old node.
- addChildNodes(ITreeNode[]) - 接口 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode
-
Adds all given ITreeNode instances to the set of this instances
childs.
- addChildNodes(ITreeNode[]) - 类 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode.DefaultTreeNode
-
- addChildren(Object[]) - 接口 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode
-
Adds all given Objects to newly instanciated ITreeNode instances
that are added to the set of this instances childs.
- addChildren(Object[]) - 类 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode.DefaultTreeNode
-
- addChoosableFileFilter(FileFilter) - 类 中的方法info.monitorenter.cpdetector.test.ui.ClassFileChooser
-
Note that not only the FileFilter instances control
the acceptance but also the added
IClassFileFilter
instances.
- addClassFileFilter(IClassFileFilter) - 类 中的方法info.monitorenter.cpdetector.test.ui.ClassFileChooser
-
Unlike the FileFilter instances in the superclass, multiple
ClassFileFilters are allowd at the same time.
- addFrame(BufferedImage) - 类 中的方法com.opslab.image.GIF.GifEncoder
-
Adds next GIF frame.
- addOutputStream(OutputStream) - 类 中的方法info.monitorenter.io.MultiplexingOutputStream
-
Adds the given output stream to the list of delegates multiplexed to.
- addSuperClass(Class) - 类 中的方法info.monitorenter.cpdetector.io.ClassFileFilterIsA
-
Adds the given argument to the acceptance filter.
- ALLCHAR - 类 中的静态变量com.opslab.RandomUtil
-
- alphabiasshift - 类 中的静态变量com.opslab.image.GIF.Quant
-
- alphadec - 类 中的变量com.opslab.image.GIF.Quant
-
- alphaImage2Image(String, String, float, int, int, int, int, String, String) - 类 中的静态方法com.opslab.image.OperateImage
-
在源图像上设置图片水印
---- 当alpha==1时文字不透明(和在图片上直接输入文字效果一样)
- alpharadbias - 类 中的静态变量com.opslab.image.GIF.Quant
-
- alpharadbshift - 类 中的静态变量com.opslab.image.GIF.Quant
-
- alphaWords2Image(String, float, String, int, int, Color, String, int, int, String, String) - 类 中的静态方法com.opslab.image.OperateImage
-
在源图片上设置水印文字
- alterneigh(int, int, int, int, int) - 类 中的方法com.opslab.image.GIF.Quant
-
- altersingle(int, int, int, int, int) - 类 中的方法com.opslab.image.GIF.Quant
-
- analyzePixels() - 类 中的方法com.opslab.image.GIF.GifEncoder
-
Analyzes image colors and creates color map.
- appendLine(File, String) - 类 中的静态方法com.opslab.FileUtil
-
在文件末尾追加一行
- appendLine(File, String, String) - 类 中的静态方法com.opslab.FileUtil
-
在文件末尾追加一行
- appendSpaces(String, int) - 类 中的静态方法info.monitorenter.util.StringUtil
-
Appends the given amount of spaces to the String.
- arrayToString(Object) - 类 中的静态方法info.monitorenter.util.StringUtil
-
If the given Object is no Array, it's toString - method is invoked.
- arrayToString(Object, String) - 类 中的静态方法info.monitorenter.util.StringUtil
-
If the given Object is no Array, it's toString - method is invoked.
- ASCIIDetector - info.monitorenter.cpdetector.io中的类
-
A simple detector that may be used to detect plain ASCII.
- available() - 类 中的方法info.monitorenter.cpdetector.io.InputStreamDebug
-
- available() - 类 中的方法info.monitorenter.io.LimitedInputStream
-
- EmailUtil - com.opslab中的类
-
Description
封装Email相关的操作
- EmailUtil(boolean) - 类 的构造器com.opslab.EmailUtil
-
- encode(byte[]) - 类 中的静态方法com.opslab.encrypt.Base32
-
使用Base32进行编码
- encode(String) - 类 中的静态方法com.opslab.web.UrlUtil
-
- encode(String, String) - 类 中的静态方法com.opslab.web.UrlUtil
-
Encodes the given source URI into an encoded String.
- encodeBytes(byte[], char) - 类 中的静态方法com.opslab.ConvertUtil
-
- encodeFragment(String, String) - 类 中的静态方法com.opslab.web.UrlUtil
-
Encodes the given URI fragment with the given encoding.
- encodeFragment(String) - 类 中的静态方法com.opslab.web.UrlUtil
-
- encodeHost(String, String) - 类 中的静态方法com.opslab.web.UrlUtil
-
Encodes the given URI host with the given encoding.
- encodeHost(String) - 类 中的静态方法com.opslab.web.UrlUtil
-
- encodeHttpUrl(String) - 类 中的静态方法com.opslab.web.UrlUtil
-
- encodeHttpUrl(String, String) - 类 中的静态方法com.opslab.web.UrlUtil
-
Encodes the given HTTP URI into an encoded String.
- encodePath(String, String) - 类 中的静态方法com.opslab.web.UrlUtil
-
Encodes the given URI path with the given encoding.
- encodePath(String) - 类 中的静态方法com.opslab.web.UrlUtil
-
- encodePathSegment(String, String) - 类 中的静态方法com.opslab.web.UrlUtil
-
Encodes the given URI path segment with the given encoding.
- encodePathSegment(String) - 类 中的静态方法com.opslab.web.UrlUtil
-
- encodePort(String, String) - 类 中的静态方法com.opslab.web.UrlUtil
-
Encodes the given URI port with the given encoding.
- encodePort(String) - 类 中的静态方法com.opslab.web.UrlUtil
-
- encodeQuery(String, String) - 类 中的静态方法com.opslab.web.UrlUtil
-
Encodes the given URI query with the given encoding.
- encodeQuery(String) - 类 中的静态方法com.opslab.web.UrlUtil
-
- encodeQueryParam(String, String) - 类 中的静态方法com.opslab.web.UrlUtil
-
Encodes the given URI query parameter with the given encoding.
- encodeQueryParam(String) - 类 中的静态方法com.opslab.web.UrlUtil
-
- Encoder - com.opslab.image.GIF中的类
-
- encodeScheme(String, String) - 类 中的静态方法com.opslab.web.UrlUtil
-
Encodes the given URI scheme with the given encoding.
- encodeScheme(String) - 类 中的静态方法com.opslab.web.UrlUtil
-
- encodeToByte(String) - 类 中的静态方法com.opslab.encrypt.Base64
-
- encodeToByte(String, boolean) - 类 中的静态方法com.opslab.encrypt.Base64
-
- encodeToByte(byte[]) - 类 中的静态方法com.opslab.encrypt.Base64
-
- encodeToByte(byte[], boolean) - 类 中的静态方法com.opslab.encrypt.Base64
-
Encodes a raw byte array into a BASE64 char[].
- encodeToChar(byte[], boolean) - 类 中的静态方法com.opslab.encrypt.Base64
-
Encodes a raw byte array into a BASE64 char[].
- encodeToString(String) - 类 中的静态方法com.opslab.encrypt.Base64
-
- encodeToString(String, boolean) - 类 中的静态方法com.opslab.encrypt.Base64
-
- encodeToString(byte[]) - 类 中的静态方法com.opslab.encrypt.Base64
-
- encodeToString(byte[], boolean) - 类 中的静态方法com.opslab.encrypt.Base64
-
Encodes a raw byte array into a BASE64 String.
- encodeUserInfo(String, String) - 类 中的静态方法com.opslab.web.UrlUtil
-
Encodes the given URI user info with the given encoding.
- encodeUserInfo(String) - 类 中的静态方法com.opslab.web.UrlUtil
-
- encoding(String) - 类 中的静态方法com.opslab.algorithmImpl.FileImpl
-
探测字符串的编码
- encoding(String) - 类 中的静态方法com.opslab.algorithmImpl.StringImpl
-
获取字符串的编码
Summary:该方法利用cpDetector概率探测故性能和准确率不是100%
- encoding - 类 中的变量com.opslab.web.UrlUtil.Builder
-
- EncodingLexer - cpdetector.io.parser中的类
-
- EncodingLexer(InputStream) - 类 的构造器cpdetector.io.parser.EncodingLexer
-
- EncodingLexer(Reader) - 类 的构造器cpdetector.io.parser.EncodingLexer
-
- EncodingLexer(InputBuffer) - 类 的构造器cpdetector.io.parser.EncodingLexer
-
- EncodingLexer(LexerSharedInputState) - 类 的构造器cpdetector.io.parser.EncodingLexer
-
- EncodingLexer - info.monitorenter.cpdetector.io.parser中的类
-
- EncodingLexer(InputStream) - 类 的构造器info.monitorenter.cpdetector.io.parser.EncodingLexer
-
- EncodingLexer(Reader) - 类 的构造器info.monitorenter.cpdetector.io.parser.EncodingLexer
-
- EncodingLexer(InputBuffer) - 类 的构造器info.monitorenter.cpdetector.io.parser.EncodingLexer
-
- EncodingLexer(LexerSharedInputState) - 类 的构造器info.monitorenter.cpdetector.io.parser.EncodingLexer
-
- EncodingParser - cpdetector.io.parser中的类
-
- EncodingParser(TokenBuffer, int) - 类 的构造器cpdetector.io.parser.EncodingParser
-
- EncodingParser(TokenBuffer) - 类 的构造器cpdetector.io.parser.EncodingParser
-
- EncodingParser(TokenStream, int) - 类 的构造器cpdetector.io.parser.EncodingParser
-
- EncodingParser(TokenStream) - 类 的构造器cpdetector.io.parser.EncodingParser
-
- EncodingParser(ParserSharedInputState) - 类 的构造器cpdetector.io.parser.EncodingParser
-
- EncodingParser - info.monitorenter.cpdetector.io.parser中的类
-
- EncodingParser(TokenBuffer, int) - 类 的构造器info.monitorenter.cpdetector.io.parser.EncodingParser
-
- EncodingParser(TokenBuffer) - 类 的构造器info.monitorenter.cpdetector.io.parser.EncodingParser
-
- EncodingParser(TokenStream, int) - 类 的构造器info.monitorenter.cpdetector.io.parser.EncodingParser
-
- EncodingParser(TokenStream) - 类 的构造器info.monitorenter.cpdetector.io.parser.EncodingParser
-
- EncodingParser(ParserSharedInputState) - 类 的构造器info.monitorenter.cpdetector.io.parser.EncodingParser
-
- EncodingParserTokenTypes - cpdetector.io.parser中的接口
-
- EncodingParserTokenTypes - info.monitorenter.cpdetector.io.parser中的接口
-
- enlargementImageByRatio(String, String, int, int) - 类 中的静态方法com.opslab.image.OperateImage
-
按倍率放大图片
- enlargementImageEqualProportion(String, String, int) - 类 中的静态方法com.opslab.image.OperateImage
-
长高等比例放大图片
- Entry<V,K> - info.monitorenter.util中的类
-
I have written implementations of java.util.Map.Entry in form of
Static inner classes.
- Entry(V, K) - 类 的构造器info.monitorenter.util.Entry
-
Creates an instance with the given key and value.
- EOF - 接口 中的静态变量cpdetector.io.parser.EncodingParserTokenTypes
-
- EOF - 接口 中的静态变量info.monitorenter.cpdetector.io.parser.EncodingParserTokenTypes
-
- equals(Object) - 类 中的方法info.monitorenter.cpdetector.io.HTMLCodepageDetector
-
已过时。
- equals(Object) - 类 中的方法info.monitorenter.cpdetector.io.InputStreamDebug
-
- equals(Object) - 类 中的方法info.monitorenter.cpdetector.io.JarArchive
-
- equals(Object) - 类 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode.DefaultTreeNode
-
Two instances are equal, if they both are of this type and user objects
are equal.
- equals(Object) - 接口 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode
-
Convenience method recommended for usage by implemenations.
- equals(Object) - 类 中的方法info.monitorenter.util.Entry
-
- equals(Object) - 类 中的方法info.monitorenter.util.FileUtil
-
- equalsOne(char, char[]) - 类 中的静态方法com.opslab.CharUtil
-
Match if one character equals to any of the given character.
- escape(String, String) - 类 中的静态方法com.opslab.web.WebUtil
-
对字符串进行编码
- ExceptionUtil - info.monitorenter.util中的类
-
Nice static helpers for working with Strings.
- ExceptionUtil() - 类 的构造器info.monitorenter.util.ExceptionUtil
-
- ExceptionUtil.InputStreamTracer - info.monitorenter.util中的类
-
Helper runnable to find a String within an output stream.
- ExceptionUtil.InputStreamTracer(InputStream, String, Charset) - 类 的构造器info.monitorenter.util.ExceptionUtil.InputStreamTracer
-
- exists() - 类 中的方法info.monitorenter.cpdetector.io.JarArchive
-
- gamma - 类 中的静态变量com.opslab.image.GIF.Quant
-
- gammashift - 类 中的静态变量com.opslab.image.GIF.Quant
-
- GBK - 类 中的静态变量com.opslab.CharsetUtil
-
中文超大字符集
- getAbsoluteFile() - 类 中的方法info.monitorenter.cpdetector.io.JarArchive
-
- getAbsolutePath() - 类 中的方法info.monitorenter.cpdetector.io.JarArchive
-
- getAllChildren() - 类 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode.DefaultTreeNode
-
- getAllChildren() - 接口 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode
-
Get all child nodes of the ITreeNode.
- GetAllProperties(String) - 类 中的静态方法com.opslab.PropertiesUtil
-
读取Properties的全部信息
- getCanonicalFile() - 类 中的方法info.monitorenter.cpdetector.io.JarArchive
-
- getCanonicalPath() - 类 中的方法info.monitorenter.cpdetector.io.JarArchive
-
- getCHAR() - 类 中的静态方法com.opslab.image.ImageCaptcha
-
- getChildCount() - 类 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode.DefaultTreeNode
-
- getChildCount() - 接口 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode
-
Returns the amount of child ITreeNodes of this
ITreeNode.
- getChilds() - 类 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode.DefaultTreeNode
-
- getChilds() - 接口 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode
-
The
Iteratorreturned will not traverse the whole subtree
but only the direct child nodes of this
ITreeNode.
- getClassName(String, boolean) - 类 中的静态方法com.opslab.ClassUtil
-
获取指定目录下所有的类名
- getClassNameByFile(String, boolean) - 类 中的静态方法com.opslab.ClassUtil
-
从项目文件获取某包下所有类
- getClassNameByJar(String) - 类 中的静态方法com.opslab.ClassUtil
-
从jar获取某包下所有类
- getCreateTime() - 类 中的方法com.opslab.ftp.FTPLog
-
- getCurrentDirectory() - 类 中的方法info.monitorenter.cpdetector.test.ui.ClassFileChooser
-
- getDefaultCharSet() - 类 中的静态方法com.opslab.CharsetUtil
-
- getDefaultFileName(String) - 类 中的静态方法info.monitorenter.util.FileUtil
-
Finds a filename based on the given name.
- getField(String, boolean) - 类 中的静态方法com.opslab.ClassUtil
-
获取指定类的全部属性字段
- getFieldName() - 类 中的方法com.opslab.bean.BeanStruct
-
- getFieldType() - 类 中的方法com.opslab.bean.BeanStruct
-
- getFileContentFromCharset(File, String) - 类 中的静态方法com.opslab.algorithmImpl.FileEncodingUtil
-
以指定编码方式读取文件,返回文件内容
- getFileHexString(byte[]) - 类 中的静态方法com.opslab.algorithmImpl.FileTypeImpl
-
Created on 2010-7-1
Discription:[getFileHexString]
- getFileName() - 类 中的方法com.opslab.ftp.FileAttr
-
- getFileType(File) - 类 中的静态方法com.opslab.algorithmImpl.FileTypeImpl
-
Created on 2010-7-1
Discription:[getFileByFile,获取文件类型,包括图片,若格式不是已配置的,则返回null]
- getFileTypeByStream(byte[]) - 类 中的静态方法com.opslab.algorithmImpl.FileTypeImpl
-
Created on 2010-7-1
Discription:[getFileTypeByStream]
- getFirstSpell(String) - 类 中的静态方法com.opslab.ChinesUtil
-
获取汉字串拼音首字母,英文字符不变
- getFrameByteArray() - 类 中的方法com.opslab.image.GIF.GifEncoder
-
- getFullSpell(String) - 类 中的静态方法com.opslab.ChinesUtil
-
获取汉字串拼音,英文字符不变
- getHeight() - 类 中的静态方法com.opslab.image.ImageCaptcha
-
- getHideEmailPrefix(String) - 类 中的静态方法com.opslab.StringUtil
-
隐藏邮件地址前缀。
- getHost() - 类 中的方法com.opslab.ftp.FTPLog
-
- getHostName() - 类 中的方法com.opslab.ftp.FTPVo
-
- getImagePixels() - 类 中的方法com.opslab.image.GIF.GifEncoder
-
Extracts image pixels into byte array "pixels"
- getInstance(String) - 类 中的静态方法com.opslab.ftp.FTPFactory
-
- getInstance() - 类 中的静态方法info.monitorenter.cpdetector.io.ASCIIDetector
-
- getInstance() - 类 中的静态方法info.monitorenter.cpdetector.io.CodepageDetectorProxy
-
Singleton retrieval method.
- getInstance() - 类 中的静态方法info.monitorenter.cpdetector.io.JChardetFacade
-
- getInstance() - 类 中的静态方法info.monitorenter.cpdetector.io.UnicodeDetector
-
- getInstance() - 类 中的静态方法info.monitorenter.cpdetector.io.UnknownCharset
-
- getInstance() - 类 中的静态方法info.monitorenter.cpdetector.reflect.SingletonLoader
-
- getInstance() - 类 中的静态方法info.monitorenter.util.FileUtil
-
Returns the singleton instance of this class.
- getInterfaces(String, boolean) - 类 中的静态方法com.opslab.ClassUtil
-
获取一类实现的全部接口
- getKey() - 类 中的方法info.monitorenter.util.Entry
-
Maybe null!
- getLocalDir() - 类 中的方法com.opslab.ftp.FTPVo
-
- getLocalFile() - 类 中的方法com.opslab.ftp.FTPLog
-
- getMethod(String, boolean) - 类 中的静态方法com.opslab.ClassUtil
-
获取对象的全部方法
- getModifyTime() - 类 中的方法com.opslab.ftp.FileAttr
-
- getName() - 类 中的方法info.monitorenter.cpdetector.io.JarArchive
-
- getNewLine() - 类 中的静态方法info.monitorenter.util.StringUtil
-
Returns the system - dependent line separator.
- getNotSimple(int[], int) - 类 中的静态方法com.opslab.RandomUtil
-
每次生成的len位数都不相同
- getOperation() - 类 中的方法com.opslab.ftp.FTPLog
-
- getParamValue(String, String) - 类 中的静态方法com.opslab.web.UrlUtil
-
- getParent() - 类 中的方法info.monitorenter.cpdetector.io.JarArchive
-
- getParent() - 类 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode.DefaultTreeNode
-
- getParent() - 接口 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode
-
Get the parent node of this ITreeNode.
- getParentFile() - 类 中的方法info.monitorenter.cpdetector.io.JarArchive
-
- getPassword() - 类 中的方法com.opslab.ftp.FTPVo
-
- getPath() - 类 中的方法info.monitorenter.cpdetector.io.JarArchive
-
- getPathFromRoot(List) - 类 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode.DefaultTreeNode
-
- getPathFromRoot(List) - 接口 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode
-
- getPingYin(String) - 类 中的静态方法com.opslab.ChinesUtil
-
将字符串中的中文转化为拼音,其他字符不变
- getPort() - 类 中的方法com.opslab.ftp.FTPVo
-
- getPrivateField(String) - 类 中的静态方法com.opslab.ClassUtil
-
获取类中定义的private类型的属性字段
- getPrivateMethod(String) - 类 中的静态方法com.opslab.ClassUtil
-
获取对象的全部private类型方法
- getProperty(Object, String) - 类 中的静态方法com.opslab.bean.BeanUtil
-
获取对象的属性
- getPropertyFilter(Object, String, PropertyFilter) - 类 中的静态方法com.opslab.bean.BeanUtil
-
使用自定义的过滤器获取对象的属性获取对象的属性
- getPropertyFilterPeaceful(Object, String, PropertyFilter) - 类 中的静态方法com.opslab.bean.BeanUtil
-
使用自定义的过滤器获取对象的属性
- getPropertyIgnoreCase(Object, String) - 类 中的静态方法com.opslab.bean.BeanUtil
-
获取对象的属性(忽略属性名字大小写)
- getPropertyIgnoreCasePeaceful(Object, String) - 类 中的静态方法com.opslab.bean.BeanUtil
-
获取对象的属性(忽略属性名字大小写)
- getPropertyPeaceful(Object, String) - 类 中的静态方法com.opslab.bean.BeanUtil
-
获取对象的属性
- getProtectedField(String) - 类 中的静态方法com.opslab.ClassUtil
-
获取类中定义的protected类型的属性字段
- getProtectedMethod(String, boolean) - 类 中的静态方法com.opslab.ClassUtil
-
获取对象的全部protected类型方法
- getPublicField(String, boolean) - 类 中的静态方法com.opslab.ClassUtil
-
获取类中的公共属性
- getPublicMethod(String, boolean) - 类 中的静态方法com.opslab.ClassUtil
-
获取对象的全部public类型方法
- getReadMethod() - 类 中的方法com.opslab.bean.BeanStruct
-
- getRemoteDir() - 类 中的方法com.opslab.ftp.FTPVo
-
- getRemoteEncoding() - 类 中的方法com.opslab.ftp.FTPVo
-
- getRemoteFile() - 类 中的方法com.opslab.ftp.FTPLog
-
- getReplyCode() - 类 中的方法com.opslab.ftp.FTPLog
-
- getReplyCodeDesc() - 类 中的方法com.opslab.ftp.FTPLog
-
- getResourceNameByJar(String) - 类 中的静态方法com.opslab.ClassUtil
-
获取jar包中的非*.class外的全部资源文件名字
- getResourceNameByJar(String, String) - 类 中的静态方法com.opslab.ClassUtil
-
获取jar包中的非*.class外的全部的以suffix结尾的资源文件
- getSelectedFile() - 类 中的方法info.monitorenter.cpdetector.test.ui.ClassFileChooser
-
- getSize() - 类 中的方法com.opslab.ftp.FileAttr
-
- getSubtreeCount() - 类 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode.DefaultTreeNode
-
- getSubtreeCount() - 接口 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode
-
Get the amount of direct and indirect childs of this ITreeNode.
- getSuperClass(String) - 类 中的静态方法com.opslab.ClassUtil
-
获取一个类的父类
- getSuperClassChian(String) - 类 中的静态方法com.opslab.ClassUtil
-
获取一个雷的继承链
- getUsername() - 类 中的方法com.opslab.ftp.FTPVo
-
- getUserObject() - 类 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode.DefaultTreeNode
-
- getUserObject() - 接口 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode
-
Returns the "user" Object that may be carried by the ITreeNode,
or null, if no one was assigned.
- getUserObjectPathFromRoot(List) - 类 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode.DefaultTreeNode
-
- getUserObjectPathFromRoot(List) - 接口 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode
-
- getValue() - 类 中的方法info.monitorenter.util.Entry
-
Maybe null!
- GetValueByKey(String, String) - 类 中的静态方法com.opslab.PropertiesUtil
-
根据Key读取Value
- getWidth() - 类 中的静态方法com.opslab.image.ImageCaptcha
-
- getWorkDir() - 接口 中的方法com.opslab.ftp.FTPUtil
-
- getWorkDir() - 类 中的方法com.opslab.ftp.FTPUtilImpl
-
- getWriteMethod() - 类 中的方法com.opslab.bean.BeanStruct
-
- gifCaptch(int, String) - 类 中的静态方法com.opslab.image.ImageCaptcha
-
- gifCaptcha(String, int, int, String) - 类 中的静态方法com.opslab.image.CaptchaUtil
-
- GifEncoder - com.opslab.image.GIF中的类
-
Class AnimatedGifEncoder - Encodes a GIF file consisting of one or
more frames.
- GifEncoder() - 类 的构造器com.opslab.image.GIF.GifEncoder
-
- grayImage(String, String, String) - 类 中的静态方法com.opslab.image.OperateImage
-
图片灰化操作
- guessEncoding(File) - 类 中的方法info.monitorenter.cpdetector.CharsetPrinter
-
- guestFileEncoding(File) - 类 中的静态方法com.opslab.algorithmImpl.FileImpl
-
传入一个文件(File)对象,检查文件编码
- guestFileEncoding(File, int) - 类 中的静态方法com.opslab.algorithmImpl.FileImpl
-
获取文件的编码
- guestFileEncoding(String) - 类 中的静态方法com.opslab.algorithmImpl.FileImpl
-
获取文件的编码
- guestFileEncoding(String, int) - 类 中的静态方法com.opslab.algorithmImpl.FileImpl
-
获取文件的编码
- IClassFileFilter - info.monitorenter.cpdetector.io中的接口
-
An acceptance filter based on classfiles.
- ICodepageDetector - info.monitorenter.cpdetector.io中的接口
-
- IDENTIFIER - 接口 中的静态变量cpdetector.io.parser.EncodingParserTokenTypes
-
- IDENTIFIER - 接口 中的静态变量info.monitorenter.cpdetector.io.parser.EncodingParserTokenTypes
-
- image - 类 中的变量com.opslab.image.GIF.GifEncoder
-
- IMAGE_TYPE_BMP - 类 中的静态变量com.opslab.image.OperateImage
-
- IMAGE_TYPE_GIF - 类 中的静态变量com.opslab.image.OperateImage
-
- IMAGE_TYPE_JPEG - 类 中的静态变量com.opslab.image.OperateImage
-
- IMAGE_TYPE_JPG - 类 中的静态变量com.opslab.image.OperateImage
-
- IMAGE_TYPE_PNG - 类 中的静态变量com.opslab.image.OperateImage
-
- IMAGE_TYPE_PSD - 类 中的静态变量com.opslab.image.OperateImage
-
- ImageCaptcha - com.opslab.image中的类
-
生成图片验证码
- ImageCaptcha() - 类 的构造器com.opslab.image.ImageCaptcha
-
- imageMagnifyRatio(BufferedImage, Integer, Integer) - 类 中的静态方法com.opslab.image.ImageUtil
-
按照给点的比例放大图像
当缩减比例小于等于0时不发生任何变化
- imageResize(BufferedImage, Integer, Integer) - 类 中的静态方法com.opslab.image.ImageUtil
-
重新设定图像的长高宽
- imageShrinkRatio(BufferedImage, Integer, Integer) - 类 中的静态方法com.opslab.image.ImageUtil
-
按照给点的比例缩小图像
当缩减比例小于等于0时不发生任何变化
- ImageUtil - com.opslab.image中的类
-
图片相关的操作类
- ImageUtil() - 类 的构造器com.opslab.image.ImageUtil
-
- indexedPixels - 类 中的变量com.opslab.image.GIF.GifEncoder
-
- info.monitorenter.cpdetector - 程序包 info.monitorenter.cpdetector
-
- info.monitorenter.cpdetector.io - 程序包 info.monitorenter.cpdetector.io
-
- info.monitorenter.cpdetector.io.parser - 程序包 info.monitorenter.cpdetector.io.parser
-
- info.monitorenter.cpdetector.reflect - 程序包 info.monitorenter.cpdetector.reflect
-
- info.monitorenter.cpdetector.test.ui - 程序包 info.monitorenter.cpdetector.test.ui
-
- info.monitorenter.cpdetector.util.collections - 程序包 info.monitorenter.cpdetector.util.collections
-
- info.monitorenter.cpdetector.util.collections.ui - 程序包 info.monitorenter.cpdetector.util.collections.ui
-
- info.monitorenter.io - 程序包 info.monitorenter.io
-
- info.monitorenter.util - 程序包 info.monitorenter.util
-
- initalpha - 类 中的静态变量com.opslab.image.GIF.Quant
-
- initrad - 类 中的静态变量com.opslab.image.GIF.Quant
-
- initradius - 类 中的静态变量com.opslab.image.GIF.Quant
-
- inputStream2Byte(InputStream) - 类 中的静态方法com.opslab.StreamUtil
-
- InputStreamDebug - info.monitorenter.cpdetector.io中的类
-
Prints m_out every character read.
- InputStreamDebug(InputStream) - 类 的构造器info.monitorenter.cpdetector.io.InputStreamDebug
-
- instance() - 类 中的静态方法info.monitorenter.util.ExceptionUtil
-
Returns the singleton instance of this class.
- instance() - 类 中的静态方法info.monitorenter.util.StringUtil
-
Returns the singleton instance of this class.
- intbias - 类 中的静态变量com.opslab.image.GIF.Quant
-
- intbiasshift - 类 中的静态变量com.opslab.image.GIF.Quant
-
- integer(int, int) - 类 中的静态方法com.opslab.RandomUtil
-
生成制定范围内的随机数
- intersection(List<T>, List<T>) - 类 中的静态方法com.opslab.collection.CollectionUtil
-
求俩个集合的交集
- intersection(Set<T>, Set<T>) - 类 中的静态方法com.opslab.collection.CollectionUtil
-
- intersection(Queue<T>, Queue<T>) - 类 中的静态方法com.opslab.collection.CollectionUtil
-
- intersection(Map<K, V>, Map<K, V>) - 类 中的静态方法com.opslab.collection.CollectionUtil
-
Map集合的交集只提供键的交集
- intToByte(int) - 类 中的静态方法com.opslab.ConvertUtil
-
整型与字节数组的转换
- intToByte(int[]) - 类 中的静态方法com.opslab.ConvertUtil
-
整型数组转换为字节数组的转换
- inxbuild() - 类 中的方法com.opslab.image.GIF.Quant
-
- isABC(String) - 类 中的静态方法com.opslab.RegUtil
-
判断是否纯字母组合
- isAbsolute() - 类 中的方法info.monitorenter.cpdetector.io.JarArchive
-
- isAllASCII(File) - 类 中的静态方法info.monitorenter.util.FileUtil
-
Tests wether the given file only contains ASCII characters if interpreted
by reading bytes (16 bit).
- isAllASCII(InputStream) - 类 中的静态方法info.monitorenter.util.FileUtil
-
Tests wether the given input stream only contains ASCII characters if
interpreted by reading bytes (16 bit).
- isAlpha(char) - 类 中的静态方法com.opslab.CharUtil
-
Indicates whether the given character is in the ALPHA set.
- isAlphaOrDigit(char) - 类 中的静态方法com.opslab.CharUtil
-
- isChinese(String) - 类 中的静态方法com.opslab.ChinesUtil
-
- isChinese(char) - 类 中的静态方法com.opslab.ChinesUtil
-
判断是否是中文
- isChineseByName(String) - 类 中的静态方法com.opslab.ChinesUtil
-
- isChineseByREG(String) - 类 中的静态方法com.opslab.ChinesUtil
-
- isDate(String) - 类 中的静态方法com.opslab.DateUtil
-
判断字符串是否为日期字符串
- isDate(String, String) - 类 中的静态方法com.opslab.valid
-
判断字符串是否是符合指定格式的时间
- isDeclared() - 类 中的方法com.opslab.bean.BeanStruct
-
- isDeclaredField(String, String) - 类 中的静态方法com.opslab.bean.BeanFactory
-
- isDigit(char) - 类 中的静态方法com.opslab.CharUtil
-
Indicates whether the given character is in the DIGIT set.
- isDirectory() - 类 中的方法info.monitorenter.cpdetector.io.JarArchive
-
- isEmail(String) - 类 中的静态方法com.opslab.RegUtil
-
判断是否是符合邮箱
- isEmpty(String) - 类 中的静态方法com.opslab.StringUtil
-
判断是否是空字符串 null和"" 都返回 true
- isEmpty(String) - 类 中的静态方法info.monitorenter.util.StringUtil
-
Returns true if the argument is null or consists of whitespaces only.
- isEqual(File, Charset, Charset) - 类 中的静态方法info.monitorenter.util.FileUtil
-
Tests, wether the content of the given file is identical at character
level, when it is opened with both different Charsets.
- isExists(String) - 接口 中的方法com.opslab.ftp.FTPUtil
-
- isExists(String) - 类 中的方法com.opslab.ftp.FTPUtilImpl
-
- isFile() - 类 中的方法info.monitorenter.cpdetector.io.JarArchive
-
- isFloatNumeric(String) - 类 中的静态方法com.opslab.RegUtil
-
判断是否浮点数字表示
- isGenericDelimiter(int) - 类 中的静态方法com.opslab.CharUtil
-
Indicates whether the given character is in the gen-delims set.
- isGuessing() - 类 中的方法info.monitorenter.cpdetector.io.JChardetFacade
-
- isHexDigit(char) - 类 中的静态方法com.opslab.CharUtil
-
Indicates whether the given character is the hexadecimal digit.
- isHidden() - 类 中的方法info.monitorenter.cpdetector.io.JarArchive
-
- isIn(String, String[]) - 类 中的静态方法com.opslab.StringUtil
-
判断字符串数组中是否包含某字符串元素
- isLeaf() - 类 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode.DefaultTreeNode
-
- isLeaf() - 接口 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode
-
Find out, wether this ITreeNode is a childless leaf.
- isLowercaseAlpha(char) - 类 中的静态方法com.opslab.CharUtil
-
Returns true if specified character is lowercase ASCII.
- isMarked() - 类 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode.DefaultTreeNode
-
- isMarked() - 接口 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode
-
Check, wether this ITreeNode is marked.
- isMatche(String, String) - 类 中的静态方法com.opslab.RegUtil
-
判断字符串str是否符合正则表达式reg
- isMatched() - 类 中的方法info.monitorenter.util.ExceptionUtil.InputStreamTracer
-
Returns true if the expected String was matched in the input stream.
- isMessyCode(String) - 类 中的静态方法com.opslab.ChinesUtil
-
判断是否是乱码
- isNumeric(String) - 类 中的静态方法com.opslab.RegUtil
-
判断是否数字表示
- ISO_8859_1 - 类 中的静态变量com.opslab.CharsetUtil
-
ISO 拉丁字母表 No.1,也叫作 ISO-LATIN-1
- isPassiveMode() - 类 中的方法com.opslab.ftp.FTPVo
-
- isPchar(char) - 类 中的静态方法com.opslab.CharUtil
-
Indicates whether the given character is in the pchar set.
- isPropertyNameChar(char) - 类 中的静态方法com.opslab.CharUtil
-
- isReserved(char) - 类 中的静态方法com.opslab.CharUtil
-
Indicates whether the given character is in the reserved set.
- isRoot() - 类 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode.DefaultTreeNode
-
- isRoot() - 接口 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode
-
Find out, wether there is no path to a higher parental node from this
ITreeNode.
- isSubDelimiter(int) - 类 中的静态方法com.opslab.CharUtil
-
Indicates whether the given character is in the sub-delims set.
- isUnreserved(char) - 类 中的静态方法com.opslab.CharUtil
-
Indicates whether the given character is in the unreserved set.
- isUppercaseAlpha(char) - 类 中的静态方法com.opslab.CharUtil
-
Returns true if specified character is uppercase ASCII.
- isWhitespace(char) - 类 中的静态方法com.opslab.CharUtil
-
Returns true if character is a white space (<= ' ').
- isWordChar(char) - 类 中的静态方法com.opslab.CharUtil
-
- ITableRenderer - info.monitorenter.cpdetector.util.collections.ui中的接口
-
- ITreeNode - info.monitorenter.cpdetector.util.collections中的接口
-
Basic interface for a tree node.
- ITreeNode.DefaultTreeNode - info.monitorenter.cpdetector.util.collections中的类
-
Plain-forward implementation of the
ITreeNodeinterface.
- ITreeNode.DefaultTreeNode() - 类 的构造器info.monitorenter.cpdetector.util.collections.ITreeNode.DefaultTreeNode
-
Create a ITreeNode without a parent, user Object and
m_children.
- ITreeNode.DefaultTreeNode(Object) - 类 的构造器info.monitorenter.cpdetector.util.collections.ITreeNode.DefaultTreeNode
-
Create a ITreeNode without a parent that carries the given
user Object.
- ITreeNode.DefaultTreeNode(Object, ITreeNode) - 类 的构造器info.monitorenter.cpdetector.util.collections.ITreeNode.DefaultTreeNode
-
Create a ITreeNode without a parent that carries the given
user Object and has the given ITreeNode as child.
- ITreeNode.DefaultTreeNode(Object, ITreeNode[]) - 类 的构造器info.monitorenter.cpdetector.util.collections.ITreeNode.DefaultTreeNode
-
Create a ITreeNode without a parent that carries the given
user Object and has the given ITreeNode instances as
m_children.
- radbias - 类 中的静态变量com.opslab.image.GIF.Quant
-
- radbiasshift - 类 中的静态变量com.opslab.image.GIF.Quant
-
- radiusbias - 类 中的静态变量com.opslab.image.GIF.Quant
-
- radiusbiasshift - 类 中的静态变量com.opslab.image.GIF.Quant
-
- radiusdec - 类 中的静态变量com.opslab.image.GIF.Quant
-
- radpower - 类 中的变量com.opslab.image.GIF.Quant
-
- RandomUtil - com.opslab中的类
-
- RandomUtil() - 类 的构造器com.opslab.RandomUtil
-
- read() - 类 中的方法info.monitorenter.cpdetector.io.InputStreamDebug
-
- read(byte[]) - 类 中的方法info.monitorenter.cpdetector.io.InputStreamDebug
-
- read(byte[], int, int) - 类 中的方法info.monitorenter.cpdetector.io.InputStreamDebug
-
- read() - 类 中的方法info.monitorenter.io.LimitedInputStream
-
Read a byte.
- read(byte[], int, int) - 类 中的方法info.monitorenter.io.LimitedInputStream
-
Reads up to len bytes of data from this input stream into an
array of bytes.
- readCache(File) - 类 中的静态方法info.monitorenter.util.FileUtil
-
- readRAM(File) - 类 中的静态方法info.monitorenter.util.FileUtil
-
Reads the content of the given File into an array.
- reduceImageByRatio(String, String, int, int) - 类 中的静态方法com.opslab.image.OperateImage
-
按倍率缩小图片
- reduceImageEqualProportion(String, String, int) - 类 中的静态方法com.opslab.image.OperateImage
-
长高等比例缩小图片
- REG_ALNUM - 类 中的静态变量com.opslab.RegUtil
-
Alphanumeric characters
- REG_ALPHA - 类 中的静态变量com.opslab.RegUtil
-
Alphabetic characters
- REG_ASCII - 类 中的静态变量com.opslab.RegUtil
-
ASCII characters
- REG_BLANK - 类 中的静态变量com.opslab.RegUtil
-
Space and tab
- REG_CNTRL - 类 中的静态变量com.opslab.RegUtil
-
Control characters
- REG_DIGITS - 类 中的静态变量com.opslab.RegUtil
-
Digits
- REG_EMAIL - 类 中的静态变量com.opslab.RegUtil
-
Email
- REG_FIXED_TELEPHONE - 类 中的静态变量com.opslab.RegUtil
-
国内固定电话
- REG_GRAPH - 类 中的静态变量com.opslab.RegUtil
-
SVisible characters (i.e. anything except spaces, control characters, etc.)
- REG_HTML - 类 中的静态变量com.opslab.RegUtil
-
HTML
- REG_IDENTIFICATION_CARD - 类 中的静态变量com.opslab.RegUtil
-
身份证编码
- REG_IP - 类 中的静态变量com.opslab.RegUtil
-
i地址
- REG_LEGAL_ACCOUNT - 类 中的静态变量com.opslab.RegUtil
-
合法的名字(字母开头,允许5-16字节,允许字母数字下划线)
- REG_LOWER - 类 中的静态变量com.opslab.RegUtil
-
Lowercase letters
- REG_MOBILE_TELEPHONE - 类 中的静态变量com.opslab.RegUtil
-
移动电话
- REG_POSTALCODE - 类 中的静态变量com.opslab.RegUtil
-
邮政编码
- REG_PRINT - 类 中的静态变量com.opslab.RegUtil
-
Visible characters and spaces (i.e. anything except control characters, etc.)
- REG_PUNCT - 类 中的静态变量com.opslab.RegUtil
-
Punctuation and symbols.
- REG_SPACE - 类 中的静态变量com.opslab.RegUtil
-
All whitespace characters, including line breaks
- REG_SPACE_LINE - 类 中的静态变量com.opslab.RegUtil
-
空白行
- REG_SPACE_POINT - 类 中的静态变量com.opslab.RegUtil
-
首尾空白字符
- REG_UPPER - 类 中的静态变量com.opslab.RegUtil
-
Uppercase letters
- REG_URL - 类 中的静态变量com.opslab.RegUtil
-
URL地址
- REG_XDIGIT - 类 中的静态变量com.opslab.RegUtil
-
Hexadecimal digits
- RegUtil - com.opslab中的类
-
Description:
封装一些正则相关的操作
- RegUtil() - 类 的构造器com.opslab.RegUtil
-
- remove(String, String) - 类 中的静态方法com.opslab.StringUtil
-
删除所有的子串
Removes all substring occurrences from the string.
- remove(Object) - 类 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode.DefaultTreeNode
-
The search is a "prefix-search":
A
/ \
B C
/ \
D E
The search will be done in the order: A,B,D,E,C.
- remove(Object) - 接口 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode
-
Remove the ITreeNode and it's whole subree!
- removeAllChildren() - 类 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode.DefaultTreeNode
-
- removeAllChildren() - 接口 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode
-
Remove all child nodes of the ITreeNode.
- removeChild(ITreeNode) - 类 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode.DefaultTreeNode
-
- removeChild(ITreeNode) - 接口 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode
-
Remove the given ITreeNode from this node.
- removeDuplicate(List<T>) - 类 中的静态方法com.opslab.collection.CollectionUtil
-
去重
- removeDuplicateLineBreaks(File) - 类 中的静态方法info.monitorenter.util.FileUtil
-
Removes the duplicate line breaks in the given file.
- removeOutputStream(OutputStream) - 类 中的方法info.monitorenter.io.MultiplexingOutputStream
-
Removes the given output stream from the list of delegates multiplexed to.
- removeParam(String, String...) - 类 中的静态方法com.opslab.web.UrlUtil
-
- removeParam(String, String) - 类 中的静态方法com.opslab.web.UrlUtil
-
- renameTo(File) - 类 中的方法info.monitorenter.cpdetector.io.JarArchive
-
- render(TableModel) - 接口 中的方法info.monitorenter.cpdetector.util.collections.ui.ITableRenderer
-
Render in any way: write to a stream, a file, display as widget...
- render(TableModel) - 类 中的方法info.monitorenter.cpdetector.util.collections.ui.StreamTableRenderer
-
- renderCell(Object, int) - 类 中的方法info.monitorenter.cpdetector.util.collections.ui.StreamTableRenderer
-
- renderHeader(TableModel) - 类 中的方法info.monitorenter.cpdetector.util.collections.ui.StreamTableRenderer
-
- renderRow(TableModel, int) - 类 中的方法info.monitorenter.cpdetector.util.collections.ui.StreamTableRenderer
-
- repeat - 类 中的变量com.opslab.image.GIF.GifEncoder
-
- repeat(String, int) - 类 中的静态方法com.opslab.StringUtil
-
repeat - 通过源字符串重复生成N次组成新的字符串。
- replaceBlank(String) - 类 中的静态方法com.opslab.StringUtil
-
页面中去除字符串中的空格、回车、换行符、制表符
- replaceFirst(String, String, String) - 类 中的静态方法com.opslab.StringUtil
-
替换一个出现的子串
- replaceLast(String, String, String) - 类 中的静态方法com.opslab.StringUtil
-
替换最后一次出现的字串
Replaces the very last occurrence of a substring with supplied string.
- reply(String) - 类 中的方法com.opslab.ftp.FTPUtilImpl
-
- reply(String, String, String) - 类 中的方法com.opslab.ftp.FTPUtilImpl
-
- REPLYCODE - 类 中的静态变量com.opslab.ftp.FTPConstant
-
FTP状态码及其描述
- requals(String, String) - 类 中的静态方法com.opslab.StringUtil
-
判定第一个字符串是否等于的第二个字符串中的某一个值
- requals(String, String, String) - 类 中的静态方法com.opslab.StringUtil
-
判定第一个字符串是否等于的第二个字符串中的某一个值
- reset() - 类 中的方法com.opslab.image.GIF.GifEncoder
-
- reset() - 类 中的方法info.monitorenter.cpdetector.io.InputStreamDebug
-
- Reset() - 类 中的方法info.monitorenter.cpdetector.io.JChardetFacade
-
- resizeImage(String, String, int, int) - 类 中的静态方法com.opslab.image.OperateImage
-
重置图形的边长大小
- right(String, int) - 类 中的静态方法com.opslab.StringUtil
-
截取字符串右侧指定长度的字符串
- rigthEquals(String, String, int) - 类 中的静态方法com.opslab.StringUtil
-
判读俩个字符串右侧的length个字符串是否一样
- ROOT - 接口 中的静态变量info.monitorenter.cpdetector.util.collections.ITreeNode
-
- RowStartTag() - 类 中的方法info.monitorenter.cpdetector.util.collections.ui.StreamTableRenderer
-
- RowStartTag() - 类 中的方法info.monitorenter.cpdetector.util.collections.ui.TableRendererHTML
-
- RowStopTag() - 类 中的方法info.monitorenter.cpdetector.util.collections.ui.StreamTableRenderer
-
- RowStopTag() - 类 中的方法info.monitorenter.cpdetector.util.collections.ui.TableRendererHTML
-
- rtrim(String, int) - 类 中的静态方法com.opslab.StringUtil
-
截取字符串右侧第0位到第Num位
- run() - 类 中的方法info.monitorenter.util.ExceptionUtil.InputStreamTracer
-
- sample - 类 中的变量com.opslab.image.GIF.GifEncoder
-
- samplefac - 类 中的变量com.opslab.image.GIF.Quant
-
- saveFile2Charset(File, String, String) - 类 中的静态方法com.opslab.algorithmImpl.FileEncodingUtil
-
以指定编码方式写文本文件,存在会覆盖
- searchFile(File, String) - 类 中的静态方法com.opslab.FileUtil
-
在指定的目录下搜寻文个文件
- searchFileReg(File, String) - 类 中的静态方法com.opslab.FileUtil
-
查找符合正则表达式reg的的文件
- SecUtil - com.opslab中的类
-
一些常用的安全相关的操作方法
- SecUtil() - 类 的构造器com.opslab.SecUtil
-
- setCHAR(String) - 类 中的静态方法com.opslab.image.ImageCaptcha
-
- setCreateTime(String) - 类 中的方法com.opslab.ftp.FTPLog
-
- setCurrentDirectory(File) - 类 中的方法info.monitorenter.cpdetector.test.ui.ClassFileChooser
-
- setDeclared(boolean) - 类 中的方法com.opslab.bean.BeanStruct
-
- setDelay(int) - 类 中的方法com.opslab.image.GIF.GifEncoder
-
Sets the delay time between each frame, or changes it
for subsequent frames (applies to last frame added).
- setDispose(int) - 类 中的方法com.opslab.image.GIF.GifEncoder
-
Sets the GIF frame disposal code for the last added frame
and any subsequent frames.
- setFieldName(String) - 类 中的方法com.opslab.bean.BeanStruct
-
- setFieldType(Object) - 类 中的方法com.opslab.bean.BeanStruct
-
- setFileName(String) - 类 中的方法com.opslab.ftp.FileAttr
-
- SetFilter<T> - com.opslab.collection中的接口
-
Description:Set过滤接口
- setFrameRate(float) - 类 中的方法com.opslab.image.GIF.GifEncoder
-
Sets frame rate in frames per second.
- setGuessing(boolean) - 类 中的方法info.monitorenter.cpdetector.io.JChardetFacade
-
If it was impossible to narrow down possible results to one, an internal
set of possible character encodings exists.
- setHeight(int) - 类 中的静态方法com.opslab.image.ImageCaptcha
-
- setHost(String) - 类 中的方法com.opslab.ftp.FTPLog
-
- setHostName(String) - 类 中的方法com.opslab.ftp.FTPVo
-
- setHttpProxy(String, String, String, String) - 类 中的静态方法com.opslab.SysUtil
-
Sets HTTP proxy settings.
- setHttpProxy(String, String) - 类 中的静态方法com.opslab.SysUtil
-
Sets HTTP proxy settings.
- setLastModified(long) - 类 中的方法info.monitorenter.cpdetector.io.JarArchive
-
- setLocalDir(String) - 类 中的方法com.opslab.ftp.FTPVo
-
- setLocalFile(String) - 类 中的方法com.opslab.ftp.FTPLog
-
- setModifyTime(Date) - 类 中的方法com.opslab.ftp.FileAttr
-
- setOperation(String) - 类 中的方法com.opslab.ftp.FTPLog
-
- setParam(String, String, String) - 类 中的静态方法com.opslab.web.UrlUtil
-
- setParent(ITreeNode) - 类 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode.DefaultTreeNode
-
- setParent(ITreeNode) - 接口 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode
-
This method should not be called from outside.
- setPassiveMode(boolean) - 类 中的方法com.opslab.ftp.FTPVo
-
- setPassword(String) - 类 中的方法com.opslab.ftp.FTPVo
-
- setPort(int) - 类 中的方法com.opslab.ftp.FTPVo
-
- setProperty(Object, String, Object) - 类 中的静态方法com.opslab.bean.BeanUtil
-
设置对象的属性
- setPropertyFilter(Object, String, Object, PropertyFilter) - 类 中的静态方法com.opslab.bean.BeanUtil
-
使用自定义的filter进行属性设值
- setPropertyFilterPeaceful(Object, String, Object, PropertyFilter) - 类 中的静态方法com.opslab.bean.BeanUtil
-
使用自定义的filter进行属性设值
- setPropertyIgnoreCase(Object, String, Object) - 类 中的静态方法com.opslab.bean.BeanUtil
-
设置对象的属性忽略大小写
- setPropertyIgnoreCasePeaceful(Object, String, Object) - 类 中的静态方法com.opslab.bean.BeanUtil
-
设置对象的属性忽略大小写
- setPropertyPeaceful(Object, String, Object) - 类 中的静态方法com.opslab.bean.BeanUtil
-
设置对象的属性
- setQuality(int) - 类 中的方法com.opslab.image.GIF.GifEncoder
-
Sets quality of color quantization (conversion of images
to the maximum 256 colors allowed by the GIF specification).
- setReadMethod(Method) - 类 中的方法com.opslab.bean.BeanStruct
-
- setReadOnly() - 类 中的方法info.monitorenter.cpdetector.io.JarArchive
-
- setRemoteDir(String) - 类 中的方法com.opslab.ftp.FTPVo
-
- setRemoteEncoding(String) - 类 中的方法com.opslab.ftp.FTPVo
-
- setRemoteFile(String) - 类 中的方法com.opslab.ftp.FTPLog
-
- setRepeat(int) - 类 中的方法com.opslab.image.GIF.GifEncoder
-
Sets the number of times the set of GIF frames
should be played.
- setReplyCode(int) - 类 中的方法com.opslab.ftp.FTPLog
-
- setReplyCodeDesc(String) - 类 中的方法com.opslab.ftp.FTPLog
-
- setSelectedFile(File) - 类 中的方法info.monitorenter.cpdetector.test.ui.ClassFileChooser
-
- setSelectedFiles(File[]) - 类 中的方法info.monitorenter.cpdetector.test.ui.ClassFileChooser
-
- setSize(Long) - 类 中的方法com.opslab.ftp.FileAttr
-
- setSize(int, int) - 类 中的方法com.opslab.image.GIF.GifEncoder
-
Sets the GIF frame size.
- setSize(String, int) - 类 中的静态方法info.monitorenter.util.StringUtil
-
Appends the necessary amount of spaces to the string until it has the givn
length.
- setter(Object, String, Object, Class<?>) - 类 中的静态方法com.opslab.ClassUtil
-
调用对象的setter方法
- setTransparent(Color) - 类 中的方法com.opslab.image.GIF.GifEncoder
-
Sets the transparent color for the last added frame
and any subsequent frames.
- setUsername(String) - 类 中的方法com.opslab.ftp.FTPVo
-
- setUserObject(Object) - 类 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode.DefaultTreeNode
-
- setUserObject(Object) - 接口 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode
-
Assigns the "user" Object that may be carried by the ITreeNode.
- setValue(K) - 类 中的方法info.monitorenter.util.Entry
-
Sets a new value instance overwriting the old value which is returned.
- setWidth(int) - 类 中的静态方法com.opslab.image.ImageCaptcha
-
- setWriteMethod(Method) - 类 中的方法com.opslab.bean.BeanStruct
-
- shortToByte(short) - 类 中的静态方法com.opslab.ConvertUtil
-
短整型与字节的转换
- SimilarDegree(String, String) - 类 中的静态方法com.opslab.algorithmImpl.StringImpl
-
快速比较俩个字符串的相似度
- SimilarDegree(String, String) - 类 中的静态方法com.opslab.StringUtil
-
字符串相似度比较(速度较快)
- SimilarityRatio(String, String) - 类 中的静态方法com.opslab.algorithmImpl.StringImpl
-
获取字符串的相似度
- SimilarityRatio(String, String) - 类 中的静态方法com.opslab.StringUtil
-
字符串相似度比较(速度较快)
- simpleEncoding(String) - 类 中的静态方法com.opslab.algorithmImpl.FileImpl
-
利用文件头特征判断文件的编码方式
- simpleEncoding(String) - 类 中的静态方法com.opslab.algorithmImpl.StringImpl
-
获取字符串编码
- simpleEncoding(String) - 类 中的静态方法com.opslab.FileUtil
-
利用简单的文件头字节特征探测文件编码
- SingletonLoader - info.monitorenter.cpdetector.reflect中的类
-
A stateless helper that performs dynamic class loading and instantiation with support for invoking
Singleton-retrieval methods of classes if detected.
- sizeSet - 类 中的变量com.opslab.image.GIF.GifEncoder
-
- skip(long) - 类 中的方法info.monitorenter.cpdetector.io.InputStreamDebug
-
- skip(long) - 类 中的方法info.monitorenter.io.LimitedInputStream
-
- SPACE - 接口 中的静态变量cpdetector.io.parser.EncodingParserTokenTypes
-
- SPACE - 接口 中的静态变量info.monitorenter.cpdetector.io.parser.EncodingParserTokenTypes
-
- SPACING - 接口 中的静态变量cpdetector.io.parser.EncodingParserTokenTypes
-
- SPACING - 接口 中的静态变量info.monitorenter.cpdetector.io.parser.EncodingParserTokenTypes
-
- start(OutputStream) - 类 中的方法com.opslab.image.GIF.GifEncoder
-
Initiates GIF file creation on the given stream.
- start(String) - 类 中的方法com.opslab.image.GIF.GifEncoder
-
Initiates writing of a GIF file with the specified name.
- started - 类 中的变量com.opslab.image.GIF.GifEncoder
-
- stream2Byte(InputStream) - 类 中的静态方法com.opslab.StreamUtil
-
Read an input stream into a byte[]
- streamSaveAsFile(InputStream, File) - 类 中的方法com.opslab.StreamUtil
-
将流另存为文件
- StreamTableRenderer - info.monitorenter.cpdetector.util.collections.ui中的类
-
- StreamTableRenderer(Writer) - 类 的构造器info.monitorenter.cpdetector.util.collections.ui.StreamTableRenderer
-
- streamToString(InputStream) - 类 中的静态方法com.opslab.StreamUtil
-
Read an input stream into a string
- StreamUtil - com.opslab中的类
-
流相关的操作方法封装
- StreamUtil() - 类 的构造器com.opslab.StreamUtil
-
- String(int) - 类 中的静态方法com.opslab.RandomUtil
-
返回一个定长的随机字符串(只包含大小写字母、数字)
- String2Color(String) - 类 中的静态方法com.opslab.image.ColorUtil
-
16进制转Color对象
color:RGB颜色
- string2Unicode(String) - 类 中的静态方法com.opslab.StringUtil
-
字符串转换unicode.实现native2ascii.exe类似的功能
- StringImpl - com.opslab.algorithmImpl中的类
-
对比俩个字符串的相似度
- StringImpl() - 类 的构造器com.opslab.algorithmImpl.StringImpl
-
- StringUtil - com.opslab中的类
-
提供些常用的字符串相关的工具方法
- StringUtil() - 类 的构造器com.opslab.StringUtil
-
- StringUtil - info.monitorenter.util中的类
-
Nice static helpers for working with Strings.
- subDay(Date, Date) - 类 中的静态方法com.opslab.DateUtil
-
获取俩个时间之前的相隔的天数
- subDay(String, String) - 类 中的静态方法com.opslab.DateUtil
-
获取俩个时间之前的相隔的天数
- subStringOmit(String, int) - 类 中的静态方法com.opslab.StringUtil
-
字符串省略截取
字符串截取到指定长度size+...的形式
- subStringSymbol(String, int, String) - 类 中的静态方法com.opslab.StringUtil
-
截取字符串 超出的字符用symbol代替
- subtimeBurst(String, String, String) - 类 中的静态方法com.opslab.DateUtil
-
返回俩个时间在时间段(例如每天的08:00-18:00)的时长-单位秒
- subtimeBurst(Date, Date, String) - 类 中的静态方法com.opslab.DateUtil
-
返回俩个时间在时间段(例如每天的08:00-18:00)的时长-单位秒
- subtract(List<T>, List<T>) - 类 中的静态方法com.opslab.collection.CollectionUtil
-
求俩个集合的差集
- subtract(Set<T>, Set<T>) - 类 中的静态方法com.opslab.collection.CollectionUtil
-
- subtract(Queue<T>, Queue<T>) - 类 中的静态方法com.opslab.collection.CollectionUtil
-
- subtract(Map<K, V>, Map<K, V>) - 类 中的静态方法com.opslab.collection.CollectionUtil
-
- Subtract(Date, Date) - 类 中的静态方法com.opslab.DateUtil
-
时间date1和date2的时间差-单位秒
- Subtract(String, String) - 类 中的静态方法com.opslab.DateUtil
-
时间date1和date2的时间差-单位秒
- SubtractDate(String, String) - 类 中的静态方法com.opslab.DateUtil
-
获取俩个时间的查结果用时秒表示
- SubtractDay(String, String) - 类 中的静态方法com.opslab.DateUtil
-
时间date1和date2的时间差-单位天
- SubtractDay(Date, Date) - 类 中的静态方法com.opslab.DateUtil
-
时间date1和date2的时间差-单位天
- SubtractHour(Date, Date) - 类 中的静态方法com.opslab.DateUtil
-
时间date1和date2的时间差-单位小时
- SubtractHour(String, String) - 类 中的静态方法com.opslab.DateUtil
-
时间date1和date2的时间差-单位小时
- SubtractMinute(String, String) - 类 中的静态方法com.opslab.DateUtil
-
时间date1和date2的时间差 -单位分钟
- SubtractMinute(Date, Date) - 类 中的静态方法com.opslab.DateUtil
-
时间date1和date2的时间差-单位分钟
- SubtractMonth(String, String) - 类 中的静态方法com.opslab.DateUtil
-
时间date1和date2的时间差-单位月
- SubtractMonth(Date, Date) - 类 中的静态方法com.opslab.DateUtil
-
时间date1和date2的时间差-单位月
- SubtractTime(String, String) - 类 中的静态方法com.opslab.DateUtil
-
获取俩个时间的查结果用时秒表示
- SubtractYear(String, String) - 类 中的静态方法com.opslab.DateUtil
-
时间date1和date2的时间差-单位年
- SubtractYear(Date, Date) - 类 中的静态方法com.opslab.DateUtil
-
时间date1和date2的时间差-单位年
- suffix(File) - 类 中的静态方法com.opslab.FileUtil
-
获取文件后缀名
- SUN_DESKTOP - 类 中的静态变量com.opslab.SysUtil
-
操作系统类型
- superclasses - 类 中的变量info.monitorenter.cpdetector.io.ClassFileFilterIsA
-
- SysUtil - com.opslab中的类
-
提供些获取系统信息相关的工具方法
- SysUtil() - 类 的构造器com.opslab.SysUtil
-
- TableRendererHTML - info.monitorenter.cpdetector.util.collections.ui中的类
-
Only one instance per call to render, or output will be appended.
- TableRendererHTML(Writer) - 类 的构造器info.monitorenter.cpdetector.util.collections.ui.TableRendererHTML
-
- TableStartTag() - 类 中的方法info.monitorenter.cpdetector.util.collections.ui.StreamTableRenderer
-
- TableStartTag() - 类 中的方法info.monitorenter.cpdetector.util.collections.ui.TableRendererHTML
-
- TableStopTag() - 类 中的方法info.monitorenter.cpdetector.util.collections.ui.StreamTableRenderer
-
- TableStopTag() - 类 中的方法info.monitorenter.cpdetector.util.collections.ui.TableRendererHTML
-
- thepicture - 类 中的变量com.opslab.image.GIF.Quant
-
- Time() - 类 中的静态方法com.opslab.DateUtil
-
获取当前的时间
- Time(Date) - 类 中的静态方法com.opslab.DateUtil
-
讲指定的时间格式化成出返回
- Time(String) - 类 中的静态方法com.opslab.DateUtil
-
将指定的字符串解析为时间类型
- toASCII(String) - 类 中的静态方法com.opslab.CharsetUtil
-
将字符编码转换成US-ASCII码
- toAscii(char) - 类 中的静态方法com.opslab.CharUtil
-
Returns ASCII value of a char.
- toAsciiByteArray(char[]) - 类 中的静态方法com.opslab.CharUtil
-
Converts char array into
ASCII array.
- toAsciiByteArray(CharSequence) - 类 中的静态方法com.opslab.CharUtil
-
Converts char sequence into ASCII byte array.
- toByteArray(char[]) - 类 中的静态方法com.opslab.CharUtil
-
Converts char array to byte array using default Jodd encoding.
- toByteArray(char[], String) - 类 中的静态方法com.opslab.CharUtil
-
Converts char array to byte array using provided encoding.
- toChar(byte) - 类 中的静态方法com.opslab.CharUtil
-
Converts (signed) byte to (unsigned) char.
- toCharArray(byte[]) - 类 中的静态方法com.opslab.CharUtil
-
Converts byte array of default Jodd encoding to char array.
- toCharArray(byte[], String) - 类 中的静态方法com.opslab.CharUtil
-
Converts byte array of specific encoding to char array.
- toFixdLengthString(long, int) - 类 中的静态方法com.opslab.RandomUtil
-
根据数字生成一个定长的字符串,长度不够前面补0
- toFixdLengthString(int, int) - 类 中的静态方法com.opslab.RandomUtil
-
根据数字生成一个定长的字符串,长度不够前面补0
- toGBK(String) - 类 中的静态方法com.opslab.CharsetUtil
-
将字符编码转换成GBK码
- toGBKWithUTF8(String) - 类 中的静态方法com.opslab.CharsetUtil
-
Unicode转换成GBK字符集
- toISO_8859_1(String) - 类 中的静态方法com.opslab.CharsetUtil
-
将字符编码转换成ISO-8859-1码
- toLongestString(List<Object>) - 类 中的静态方法info.monitorenter.util.StringUtil
-
Modifies the given LinkedList by getting it's Objects and replace them by
their toString() - representation concatenated with the necessary amount of
white spaces that every String in the List will have the same amount of
characters.
- toLowerAscii(char) - 类 中的静态方法com.opslab.CharUtil
-
Lowers uppercase ASCII char.
- toRawByteArray(char[]) - 类 中的静态方法com.opslab.CharUtil
-
Converts char array into byte array by replacing each character with two bytes.
- toRawCharArray(byte[]) - 类 中的静态方法com.opslab.CharUtil
-
- toSimpleByteArray(char[]) - 类 中的静态方法com.opslab.CharUtil
-
Converts char array into byte array by stripping the high byte of each character.
- toSimpleByteArray(CharSequence) - 类 中的静态方法com.opslab.CharUtil
-
Converts char sequence into byte array.
- toSimpleCharArray(byte[]) - 类 中的静态方法com.opslab.CharUtil
-
Converts byte array to char array by simply extending bytes to chars.
- toString() - 类 中的方法com.opslab.ftp.FTPLog
-
- toString() - 类 中的方法com.opslab.web.UrlUtil.Builder
-
Returns full URL.
- toString() - 类 中的方法info.monitorenter.cpdetector.io.CodepageDetectorProxy
-
- toString() - 类 中的方法info.monitorenter.cpdetector.io.HTMLCodepageDetector
-
已过时。
- toString() - 类 中的方法info.monitorenter.cpdetector.io.InputStreamDebug
-
- toString() - 类 中的方法info.monitorenter.cpdetector.io.JarArchive
-
- toString() - 类 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode.DefaultTreeNode
-
- toStringInternal(StringBuffer, int) - 类 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode.DefaultTreeNode
-
- TotalMemorySize - 类 中的静态变量com.opslab.SysUtil
-
总的物理内存
- toUnicodeWithGBK(String) - 类 中的静态方法com.opslab.CharsetUtil
-
GBK转换成Unicode字符集
- toUpperAscii(char) - 类 中的静态方法com.opslab.CharUtil
-
Uppers lowercase ASCII char.
- toURI() - 类 中的方法info.monitorenter.cpdetector.io.JarArchive
-
- toURL() - 类 中的方法info.monitorenter.cpdetector.io.JarArchive
-
- toUTF_16(String) - 类 中的静态方法com.opslab.CharsetUtil
-
将字符编码转换成UTF-16码
- toUTF_16BE(String) - 类 中的静态方法com.opslab.CharsetUtil
-
将字符编码转换成UTF-16BE码
- toUTF_16LE(String) - 类 中的静态方法com.opslab.CharsetUtil
-
将字符编码转换成UTF-16LE码
- toUTF_8(String) - 类 中的静态方法com.opslab.CharsetUtil
-
将字符编码转换成UTF-8码
- transIndex - 类 中的变量com.opslab.image.GIF.GifEncoder
-
- transparent - 类 中的变量com.opslab.image.GIF.GifEncoder
-
- TreeNodeUniqueChildren - info.monitorenter.cpdetector.util.collections中的类
-
An
ITreeNode implementation, that does
not allow equal m_children of one common parent node.
- TreeNodeUniqueChildren() - 类 的构造器info.monitorenter.cpdetector.util.collections.TreeNodeUniqueChildren
-
- TreeNodeUniqueChildren(Object) - 类 的构造器info.monitorenter.cpdetector.util.collections.TreeNodeUniqueChildren
-
- TreeNodeUniqueChildren(Object, ITreeNode) - 类 的构造器info.monitorenter.cpdetector.util.collections.TreeNodeUniqueChildren
-
- TreeNodeUniqueChildren(Object, ITreeNode[]) - 类 的构造器info.monitorenter.cpdetector.util.collections.TreeNodeUniqueChildren
-
- trimPunct(String) - 类 中的静态方法com.opslab.StringUtil
-
删除所有的标点符号