A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

A

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
Tries to detect (from the file path and the Classloaders urls) and load the corresponding class and delegates to ClassFileFilterIsA.accept(Class).
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
 

B

Base32 - com.opslab.encrypt中的类
Base32的编码和解码
Base32() - 类 的构造器com.opslab.encrypt.Base32
 
Base64 - com.opslab.encrypt中的类
Base64的编码和解码
Base64() - 类 的构造器com.opslab.encrypt.Base64
 
BCConvert - com.opslab.algorithmImpl中的类
提供对字符串的全角->半角,半角->全角转换
BCConvert() - 类 的构造器com.opslab.algorithmImpl.BCConvert
 
BEAN_SIMPLE_PROPERTIES - 类 中的静态变量com.opslab.bean.BeanFactory
存放BeanUtil解析过的JavaBean数据 只获取简单的属性字段
BEAN_SIMPLE_PROPERTIESIGNORE - 类 中的静态变量com.opslab.bean.BeanFactory
存放BeanUtil解析过的JavaBean数据 只获取简单的属性字段(忽略字段名字的大小写)
BeanFactory - com.opslab.bean中的类
提供一些BeanUti需要的方法
BeanFactory() - 类 的构造器com.opslab.bean.BeanFactory
 
BeanStruct - com.opslab.bean中的类
存放字段属性信息
BeanStruct(String, Object, Method, Method, boolean) - 类 的构造器com.opslab.bean.BeanStruct
 
BeanUtil - com.opslab.bean中的类
JavaBean相关的一些操作
BeanUtil() - 类 的构造器com.opslab.bean.BeanUtil
 
beta - 类 中的静态变量com.opslab.image.GIF.Quant
 
betagamma - 类 中的静态变量com.opslab.image.GIF.Quant
 
betashift - 类 中的静态变量com.opslab.image.GIF.Quant
 
bias - 类 中的变量com.opslab.image.GIF.Quant
 
bj2qj(String) - 类 中的静态方法com.opslab.algorithmImpl.BCConvert
半角字符->全角字符转换 只处理空格,!
build(String) - 类 中的静态方法com.opslab.web.UrlUtil
Creates URL builder for user-friendly way of building URLs.
build(String, boolean) - 类 中的静态方法com.opslab.web.UrlUtil
Creates URL builder with given path that can be optionally encoded.
buildTree(ITreeNode, JarArchive) - 类 中的方法info.monitorenter.cpdetector.io.JarArchive
 
byte2InputStream(byte[]) - 类 中的静态方法com.opslab.StreamUtil
 
ByteOrderMarkDetector - info.monitorenter.cpdetector.io中的类
This detector identifies byte order marks of the following codepages to give a 100 % deterministic result in case of detection.
ByteOrderMarkDetector() - 类 的构造器info.monitorenter.cpdetector.io.ByteOrderMarkDetector
 
bytesToChars(byte[]) - 类 中的静态方法com.opslab.ConvertUtil
bytes数组转char数组 bytes to chars
bytesToHexString(byte[]) - 类 中的静态方法com.opslab.ConvertUtil
将二进制转换为十六进制字符输出
bytesToInt(byte[]) - 类 中的静态方法com.opslab.ConvertUtil
字节数组和整型的转换
byteToBinary(byte) - 类 中的静态方法com.opslab.ConvertUtil
将byte转换为对应的二进制字符串
byteToLong(byte[]) - 类 中的静态方法com.opslab.ConvertUtil
字节数组和长整型的转换
byteToShort(byte[]) - 类 中的静态方法com.opslab.ConvertUtil
字节的转换与短整型

C

calculate(String, int, String) - 类 中的静态方法com.opslab.DateUtil
时间Date在时间段(例如每天的08:00-18:00)上增加或减去second秒
calculate(Date, int, String) - 类 中的静态方法com.opslab.DateUtil
时间Date在时间段(例如每天的08:00-18:00)上增加或减去second秒
canRead() - 类 中的方法info.monitorenter.cpdetector.io.JarArchive
 
canWrite() - 类 中的方法info.monitorenter.cpdetector.io.JarArchive
 
CaptchaUtil - com.opslab.image中的类
具体用于实现生成验证码图片的方法
CaptchaUtil() - 类 的构造器com.opslab.image.CaptchaUtil
 
captureSystemErrForDebuggingPurposesOnly(boolean) - 类 中的静态方法info.monitorenter.util.ExceptionUtil
Returns an input stream that contains what will written in this Application to System.err.
captureSystemOutForDebuggingPurposesOnly(boolean) - 类 中的静态方法info.monitorenter.util.ExceptionUtil
Returns an input stream that contains what will written in this Application to System.out.
CellStartTag(boolean) - 类 中的方法info.monitorenter.cpdetector.util.collections.ui.StreamTableRenderer
 
CellStartTag(boolean) - 类 中的方法info.monitorenter.cpdetector.util.collections.ui.TableRendererHTML
 
CellStopTag(boolean) - 类 中的方法info.monitorenter.cpdetector.util.collections.ui.StreamTableRenderer
 
CellStopTag(boolean) - 类 中的方法info.monitorenter.cpdetector.util.collections.ui.TableRendererHTML
 
changeCharset(String, String) - 类 中的静态方法com.opslab.CharsetUtil
字符串编码转换的实现方法
changeCharset(String, String, String) - 类 中的静态方法com.opslab.CharsetUtil
字符串编码转换的实现方法
changeWorkDir(String) - 接口 中的方法com.opslab.ftp.FTPUtil
 
changeWorkDir(String) - 类 中的方法com.opslab.ftp.FTPUtilImpl
 
changName(String, String) - 接口 中的方法com.opslab.ftp.FTPUtil
 
changName(String, String) - 类 中的方法com.opslab.ftp.FTPUtilImpl
 
CHAR - 类 中的静态变量com.opslab.image.ImageCaptcha
 
CharsetPrinter - info.monitorenter.cpdetector中的类
 
CharsetPrinter() - 类 的构造器info.monitorenter.cpdetector.CharsetPrinter
 
CharsetUtil - com.opslab中的类
Description: 编码相关的封装类
CharsetUtil() - 类 的构造器com.opslab.CharsetUtil
 
CharUtil - com.opslab中的类
Various character and character sequence utilities, including char[] - byte[] conversions.
CharUtil() - 类 的构造器com.opslab.CharUtil
 
childs - 类 中的变量info.monitorenter.cpdetector.io.JarArchive
 
ChineseLength(String) - 类 中的静态方法com.opslab.ChinesUtil
获取一个字符串中中文字符的个数
ChinesUtil - com.opslab中的类
一些中文相关的操作方法
ChinesUtil() - 类 的构造器com.opslab.ChinesUtil
 
ClassFileChooser - info.monitorenter.cpdetector.test.ui中的类
 
ClassFileChooser(FileSystemView) - 类 的构造器info.monitorenter.cpdetector.test.ui.ClassFileChooser
 
ClassFileFilterIsA - info.monitorenter.cpdetector.io中的类
 
ClassFileFilterIsA() - 类 的构造器info.monitorenter.cpdetector.io.ClassFileFilterIsA
 
classpaths - 类 中的变量info.monitorenter.cpdetector.io.ClassFileFilterIsA
 
ClassUtil - com.opslab中的类
Description: Java Class与反射相关的一些工具类
ClassUtil() - 类 的构造器com.opslab.ClassUtil
 
cleanFile(File) - 类 中的静态方法com.opslab.FileUtil
快速清空一个超大的文件
client() - 接口 中的方法com.opslab.ftp.FTPUtil
 
client() - 类 中的方法com.opslab.ftp.FTPUtilImpl
 
close() - 类 中的方法info.monitorenter.cpdetector.io.InputStreamDebug
 
closeStream - 类 中的变量com.opslab.image.GIF.GifEncoder
 
codepageDetector - 类 中的静态变量com.opslab.algorithmImpl.cpDetector
 
CodepageDetectorProxy - info.monitorenter.cpdetector.io中的类
A proxy that delegate the codepage detection to all it's delegates.
CollectionUtil - com.opslab.collection中的类
封装一些集合相关度工具类

Collection<--List<--Vector Collection<--List<--ArrayList Collection<--List<--LinkedList Collection<--Set<--HashSet Collection<--Set<--HashSet<--LinkedHashSet Collection<--Set<--SortedSet<--TreeSet Map<--SortedMap<--TreeMap Map<--HashMap

CollectionUtil() - 类 的构造器com.opslab.collection.CollectionUtil
 
color(int, int) - 类 中的静态方法com.opslab.image.CaptchaUtil
给定范围获得随机颜色
Color2String(Color) - 类 中的静态方法com.opslab.image.ColorUtil
Color对象转16进制
colorDepth - 类 中的变量com.opslab.image.GIF.GifEncoder
 
colorMap() - 类 中的方法com.opslab.image.GIF.Quant
 
colorTab - 类 中的变量com.opslab.image.GIF.GifEncoder
 
ColorUtil - com.opslab.image中的类
颜色相关的工具类
ColorUtil() - 类 的构造器com.opslab.image.ColorUtil
 
com.opslab - 程序包 com.opslab
 
com.opslab.algorithmImpl - 程序包 com.opslab.algorithmImpl
 
com.opslab.bean - 程序包 com.opslab.bean
 
com.opslab.collection - 程序包 com.opslab.collection
 
com.opslab.coordinates - 程序包 com.opslab.coordinates
 
com.opslab.encrypt - 程序包 com.opslab.encrypt
 
com.opslab.ftp - 程序包 com.opslab.ftp
 
com.opslab.image - 程序包 com.opslab.image
 
com.opslab.image.GIF - 程序包 com.opslab.image.GIF
 
com.opslab.web - 程序包 com.opslab.web
 
commandPath(String) - 类 中的静态方法com.opslab.FilePathUtil
返回一个通用的文件路径
compareTo(Object) - 类 中的方法info.monitorenter.cpdetector.io.AbstractCodepageDetector
 
compareTo(Object) - 类 中的方法info.monitorenter.cpdetector.io.HTMLCodepageDetector
已过时。
 
compareTo(File) - 类 中的方法info.monitorenter.cpdetector.io.JarArchive
 
compareTo(ITreeNode) - 类 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode.DefaultTreeNode
 
constant - com.opslab中的类
一些常用的常量
constant() - 类 的构造器com.opslab.constant
 
contains(Charset) - 类 中的方法info.monitorenter.cpdetector.io.UnknownCharset
 
contains(Charset) - 类 中的方法info.monitorenter.cpdetector.io.UnsupportedCharset
 
contains(Object) - 接口 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode
Find out, wether a certain "user" Object is carried by any of this ITreeNodes subtree.
contains(Object) - 类 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode.DefaultTreeNode
 
containsNode(ITreeNode) - 接口 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode
Find out, wether the given ITreeNode is a member of this node's subtree.
containsNode(ITreeNode) - 类 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode.DefaultTreeNode
 
contest(int, int, int) - 类 中的方法com.opslab.image.GIF.Quant
 
convert(String, String, String) - 类 中的静态方法com.opslab.algorithmImpl.FileEncodingUtil
把指定文件或目录转换成指定的编码
convert(File, String, String) - 类 中的静态方法com.opslab.algorithmImpl.FileEncodingUtil
把指定文件或目录转换成指定的编码
convert(String, String, String, FilenameFilter) - 类 中的静态方法com.opslab.algorithmImpl.FileEncodingUtil
把指定文件或目录转换成指定的编码
convert(File, String, String, FilenameFilter) - 类 中的静态方法com.opslab.algorithmImpl.FileEncodingUtil
把指定文件或目录转换成指定的编码
ConvertUtil - com.opslab中的类
常用类型转换
ConvertUtil() - 类 的构造器com.opslab.ConvertUtil
 
CoordinateUtil - com.opslab.coordinates中的类
经纬度相关的阿一些操作
CoordinateUtil() - 类 的构造器com.opslab.coordinates.CoordinateUtil
 
copy(String, String) - 类 中的静态方法com.opslab.FileUtil
复制文件
copy(File, String) - 类 中的静态方法com.opslab.FileUtil
复制文件 通过该方式复制文件文件越大速度越是明显
copyDir(String, String) - 类 中的静态方法com.opslab.FileUtil
复制目录
copyDir(File, String) - 类 中的静态方法com.opslab.FileUtil
复制目录
copyFileWithBuffer(File, File) - 类 中的静态方法com.opslab.algorithmImpl.FileReadImpl
使用FileChannel+Buffer实现文件的读取拷贝是一种极佳的方案
copyFileWithChannel(File, File) - 类 中的静态方法com.opslab.algorithmImpl.FileReadImpl
利用FileChannel直接实现文件的对拷,对于大文件速度特别明显
copyProperties(Object, Object) - 类 中的静态方法com.opslab.bean.BeanUtil
复制同名属性
copyProperties(Object, Object, PropertyFilter) - 类 中的静态方法com.opslab.bean.BeanUtil
使用自定义的属性过滤函数
copyPropertiesIgnoreCase(Object, Object) - 类 中的静态方法com.opslab.bean.BeanUtil
复制同名属性(忽略大小写)
copyPropertiesIgnoreCasePeaceful(Object, Object) - 类 中的静态方法com.opslab.bean.BeanUtil
复制同名属性(忽略大小写)
copyPropertiesPeaceful(Object, Object) - 类 中的静态方法com.opslab.bean.BeanUtil
复制同名属性
copyPropertiesPeaceful(Object, Object, PropertyFilter) - 类 中的静态方法com.opslab.bean.BeanUtil
使用自定义的属性过滤函数
copyProperty(Object, Object, String[]) - 类 中的静态方法com.opslab.bean.BeanUtil
拷贝对象指定的属性
copyPropertyPeaceful(Object, Object, String[]) - 类 中的静态方法com.opslab.bean.BeanUtil
拷贝对象指定的属性
countLines(File) - 类 中的静态方法com.opslab.FileUtil
获取文件的行数
countSubStr(String, String) - 类 中的静态方法com.opslab.StringUtil
获取字符串str在String中出现的次数
countSubStrReg(String, String) - 类 中的静态方法com.opslab.RegUtil
获取符合reg正则表达式的字符串在String中出现的次数
cpDetector - com.opslab.algorithmImpl中的类
Created by Poseidon on 2015/4/5.
cpDetector() - 类 的构造器com.opslab.algorithmImpl.cpDetector
 
cpdetector(URL) - 类 中的静态方法com.opslab.algorithmImpl.FileImpl
探测资源符的编码
cpdetector(File) - 类 中的静态方法com.opslab.FileUtil
获取文件的编码(cpDetector)探测
cpDetector(String) - 类 中的静态方法com.opslab.StringUtil
获取字符串的编码
cpdetector.io.parser - 程序包 cpdetector.io.parser
 
createFiles(String) - 类 中的静态方法com.opslab.FileUtil
创建文件支持多级目录
createNewFile() - 类 中的方法info.monitorenter.cpdetector.io.JarArchive
 
createPaths(String) - 类 中的静态方法com.opslab.FileUtil
创建多级目录
cropImage(String, String, int, int, int, int, String, String) - 类 中的静态方法com.opslab.image.OperateImage
对图片裁剪,并把裁剪新图片保存
CURRENT_USER - 类 中的静态变量com.opslab.SysUtil
当前用户
CURRENT_USER_DIR - 类 中的静态变量com.opslab.SysUtil
当用用户的工作目录
CURRENT_USER_HOME - 类 中的静态变量com.opslab.SysUtil
当前用户的家目录
customBufferBufferedStreamCopy(File, File) - 类 中的静态方法com.opslab.algorithmImpl.FileReadImpl
利用Buffer实现文件的读取拷贝
customBufferStreamCopy(File, File) - 类 中的静态方法com.opslab.algorithmImpl.FileReadImpl
利用Buffer实现文件的读取拷贝
cutDirectoryInformation(URL) - 类 中的静态方法info.monitorenter.util.FileUtil
Cuts all path information of the String representation of the given URL.
cutDirectoryInformation(String) - 类 中的静态方法info.monitorenter.util.FileUtil
Cuts the path information of the String that is interpreted as a filename into the directory part and the file part.
cutExtension(String) - 类 中的静态方法info.monitorenter.util.FileUtil
Cuts a String into the part before the last dot and after the last dot.

D

Date() - 类 中的静态方法com.opslab.DateUtil
获取当前的日期
Date(Date) - 类 中的静态方法com.opslab.DateUtil
将指定的时间格式化成出返回
Date(String) - 类 中的静态方法com.opslab.DateUtil
将指定的字符串解析为时间类型
DateTime() - 类 中的静态方法com.opslab.DateUtil
获取当前日期时间
DateTime(Date) - 类 中的静态方法com.opslab.DateUtil
将指定的时间格式化成出返回
DateTime(String) - 类 中的静态方法com.opslab.DateUtil
将指定的字符串解析为时间类型
DateUtil - com.opslab中的类
 
DateUtil() - 类 的构造器com.opslab.DateUtil
 
day(int) - 类 中的静态方法com.opslab.DateUtil
在当前时间的基础上加或减去几天
day(Date, int) - 类 中的静态方法com.opslab.DateUtil
在指定的时间上加或减去几天
decode(String) - 类 中的静态方法com.opslab.encrypt.Base32
用Base32进行解码
decode(byte[]) - 类 中的静态方法com.opslab.encrypt.Base64
Decodes BASE64 encoded byte array.
decode(String) - 类 中的静态方法com.opslab.encrypt.Base64
Decodes a BASE64 encoded string.
decode(char[]) - 类 中的方法com.opslab.encrypt.Base64
Decodes a BASE64 encoded char array.
decode(String) - 类 中的静态方法com.opslab.web.UrlUtil
Decodes URL elements.
decode(String, String) - 类 中的静态方法com.opslab.web.UrlUtil
Decodes URL elements.
decodeQuery(String) - 类 中的静态方法com.opslab.web.UrlUtil
Decodes query name or value.
decodeQuery(String, String) - 类 中的静态方法com.opslab.web.UrlUtil
Decodes query name or value.
decodeToString(byte[]) - 类 中的静态方法com.opslab.encrypt.Base64
 
decodeToString(String) - 类 中的静态方法com.opslab.encrypt.Base64
 
deCompress(File, String) - 类 中的静态方法com.opslab.ZIPUtil
文档压缩
delay - 类 中的变量com.opslab.image.GIF.GifEncoder
 
delete() - 类 中的方法info.monitorenter.cpdetector.io.JarArchive
 
deleteBigFile(File) - 类 中的静态方法com.opslab.FileUtil
快速的删除超大的文件
deleteDir(File) - 类 中的静态方法com.opslab.FileUtil
删除一个目录
deleteDir(String) - 接口 中的方法com.opslab.ftp.FTPUtil
 
deleteDir(String) - 类 中的方法com.opslab.ftp.FTPUtilImpl
 
deleteFile(File) - 类 中的静态方法com.opslab.FileUtil
删除一个文件
deleteFile(String) - 接口 中的方法com.opslab.ftp.FTPUtil
 
deleteFile(String) - 类 中的方法com.opslab.ftp.FTPUtilImpl
 
deleteOnExit() - 类 中的方法info.monitorenter.cpdetector.io.JarArchive
 
destory() - 接口 中的方法com.opslab.ftp.FTPUtil
 
destory() - 类 中的方法com.opslab.ftp.FTPUtilImpl
 
detectCodepage(URL) - 类 中的方法info.monitorenter.cpdetector.io.AbstractCodepageDetector
Delegates to ICodepageDetector.detectCodepage(java.io.InputStream, int) with a buffered input stream.
detectCodepage(InputStream, int) - 类 中的方法info.monitorenter.cpdetector.io.ASCIIDetector
 
detectCodepage(InputStream, int) - 类 中的方法info.monitorenter.cpdetector.io.ByteOrderMarkDetector
 
detectCodepage(URL) - 类 中的方法info.monitorenter.cpdetector.io.ByteOrderMarkDetector
Delegates to ByteOrderMarkDetector.detectCodepage(InputStream, int)with a buffered input stream of size 10 (8 needed as maximum).
detectCodepage(URL) - 类 中的方法info.monitorenter.cpdetector.io.CodepageDetectorProxy
 
detectCodepage(InputStream, int) - 类 中的方法info.monitorenter.cpdetector.io.CodepageDetectorProxy
Detects the codepage by iteratively delegating the call to all internal ICodepageDetector instances added by CodepageDetectorProxy.add(ICodepageDetector).
detectCodepage(InputStream, int) - 类 中的方法info.monitorenter.cpdetector.io.HTMLCodepageDetector
已过时。
 
detectCodepage(URL) - 类 中的方法info.monitorenter.cpdetector.io.HTMLCodepageDetector
已过时。
 
detectCodepage(URL) - 接口 中的方法info.monitorenter.cpdetector.io.ICodepageDetector
Low-level method that detects the codepage (charset) of the document specified by the given URL.
detectCodepage(InputStream, int) - 接口 中的方法info.monitorenter.cpdetector.io.ICodepageDetector
This method allows to detect the charset encoding from every source (even a String, which an URL does not decorate!).
detectCodepage(InputStream, int) - 类 中的方法info.monitorenter.cpdetector.io.JChardetFacade
 
detectCodepage(InputStream, int) - 类 中的方法info.monitorenter.cpdetector.io.ParsingDetector
 
detectCodepage(InputStream, int) - 类 中的方法info.monitorenter.cpdetector.io.UnicodeDetector
 
detectCodepage(URL) - 类 中的方法info.monitorenter.cpdetector.io.UnicodeDetector
 
DIGIT - 接口 中的静态变量cpdetector.io.parser.EncodingParserTokenTypes
 
DIGIT - 接口 中的静态变量info.monitorenter.cpdetector.io.parser.EncodingParserTokenTypes
 
displayName() - 类 中的方法info.monitorenter.cpdetector.io.UnsupportedCharset
 
displayName(Locale) - 类 中的方法info.monitorenter.cpdetector.io.UnsupportedCharset
 
dispose - 类 中的变量com.opslab.image.GIF.GifEncoder
 
distance(double, double, double, double) - 类 中的静态方法com.opslab.coordinates.CoordinateUtil
计算地球上任意两点(经纬度)距离
doSendHtmlEmail(String, String, String) - 类 中的方法com.opslab.EmailUtil
发送邮件
doSendHtmlEmail(String, String, String, File) - 类 中的方法com.opslab.EmailUtil
发送邮件
downLoad(String) - 接口 中的方法com.opslab.ftp.FTPUtil
 
downLoad(String) - 类 中的方法com.opslab.ftp.FTPUtilImpl
 
downLoadDir(String) - 接口 中的方法com.opslab.ftp.FTPUtil
 
downLoadDir(String) - 类 中的方法com.opslab.ftp.FTPUtilImpl
 
drawAndAlphaPolygon(String, int[], int[], int, Color, float, String, String) - 类 中的静态方法com.opslab.image.OperateImage
绘制并填充多边形
drawLine(String, int, int, int, int, Color, String, String) - 类 中的静态方法com.opslab.image.OperateImage
画线段
drawPoint(String, int, int, int, int, Color, String, String) - 类 中的静态方法com.opslab.image.OperateImage
画单点 ---- 实际上是画一个填充颜色的圆 ---- 以指定点坐标为中心画一个小半径的圆形,并填充其颜色来充当点
drawPoints(String, List, int, int, Color, String, String) - 类 中的静态方法com.opslab.image.OperateImage
画一组(多个)点---- 实际上是画一组(多个)填充颜色的圆 ---- 以指定点坐标为中心画一个小半径的圆形,并填充其颜色来充当点
drawPolygon(String, int[], int[], int, Color, String, String) - 类 中的静态方法com.opslab.image.OperateImage
绘制一个由 x 和 y 坐标数组定义的闭合多边形
drawPolyline(String, int[], int[], int, Color, String, String) - 类 中的静态方法com.opslab.image.OperateImage
画折线 / 线段 ---- 2个点即画线段,多个点画折线
drawPolylineShowPoints(String, int[], int[], int, Color, int, int, Color, String, String) - 类 中的静态方法com.opslab.image.OperateImage
绘制折线,并突出显示转折点
dumpThreadStack(PrintStream) - 类 中的静态方法info.monitorenter.util.ExceptionUtil
Prints out the current Thread stack to the given stream.

E

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
 

F

FILE_SEPARATOR - 类 中的静态变量com.opslab.SysUtil
 
FILE_TYPE_MAP - 类 中的静态变量com.opslab.algorithmImpl.FileTypeImpl
 
FileAttr - com.opslab.ftp中的类
FTP文件熟悉
FileAttr() - 类 的构造器com.opslab.ftp.FileAttr
 
FileEncodingUtil - com.opslab.algorithmImpl中的类
文件编码相关的一些工具函数
FileEncodingUtil() - 类 的构造器com.opslab.algorithmImpl.FileEncodingUtil
 
FileFilterExtensions - info.monitorenter.cpdetector.io中的类
Configureable implementation of FileFilter used for selection of the test documents under the collection root.
FileFilterExtensions(String[]) - 类 的构造器info.monitorenter.cpdetector.io.FileFilterExtensions
 
FileImpl - com.opslab.algorithmImpl中的类
文件相关的算法实现
FileImpl() - 类 的构造器com.opslab.algorithmImpl.FileImpl
 
FileMD5(File) - 类 中的静态方法com.opslab.SecUtil
 
FilePathUtil - com.opslab中的类
文件名及文件路径相关的操作
FilePathUtil() - 类 的构造器com.opslab.FilePathUtil
 
FileReadImpl - com.opslab.algorithmImpl中的类
封装了集中常用的文件读的方法
FileReadImpl() - 类 的构造器com.opslab.algorithmImpl.FileReadImpl
 
fileType(File) - 类 中的静态方法com.opslab.FileUtil
获取文件的类型

Summary:只利用文件头做判断故不全

FileTypeImpl - com.opslab.algorithmImpl中的类
利用文件头来实现的一些文件类型的方法封装
FileTypeImpl() - 类 的构造器com.opslab.algorithmImpl.FileTypeImpl
 
FileUtil - com.opslab中的类
封装了些文件相关的操作
FileUtil() - 类 的构造器com.opslab.FileUtil
 
FileUtil - info.monitorenter.util中的类
Utility class for file operations.
Filter(List<T>, ListFilter) - 类 中的静态方法com.opslab.collection.CollectionUtil
使用指定的Filter过滤集合
Filter(Set<T>, SetFilter) - 类 中的静态方法com.opslab.collection.CollectionUtil
 
Filter(Queue<T>, QueueFilter) - 类 中的静态方法com.opslab.collection.CollectionUtil
 
Filter(Map<K, V>, MapFilter) - 类 中的静态方法com.opslab.collection.CollectionUtil
 
filter(T) - 接口 中的方法com.opslab.collection.ListFilter
 
filter(T) - 接口 中的方法com.opslab.collection.MapFilter
 
filter(T) - 接口 中的方法com.opslab.collection.QueueFilter
 
filter(T) - 接口 中的方法com.opslab.collection.SetFilter
 
findClosest(Color) - 类 中的方法com.opslab.image.GIF.GifEncoder
Returns index of palette color closest to c
findFirstDiff(char[], int, char[]) - 类 中的静态方法com.opslab.CharUtil
Finds index of the first character in given array the differs from the given set of characters.
findFirstDiff(char[], int, char) - 类 中的静态方法com.opslab.CharUtil
Finds index of the first character in given array the differs from the given set of characters.
findFirstEqual(char[], int, char[]) - 类 中的静态方法com.opslab.CharUtil
Finds index of the first character in given array the matches any from the given set of characters.
findFirstEqual(char[], int, char) - 类 中的静态方法com.opslab.CharUtil
Finds index of the first character in given array the matches any from the given set of characters.
findMatchInSystemErr(String) - 类 中的静态方法info.monitorenter.util.ExceptionUtil
Returns an instance to a runnable running in a separate Thread that tries to match the expected output in System.err.
findMatchInSystemOut(String) - 类 中的静态方法info.monitorenter.util.ExceptionUtil
Returns an instance to a runnable running in a separate Thread that tries to match the expected output in System.out.
finish() - 类 中的方法com.opslab.image.GIF.GifEncoder
Flushes any pending data and closes output file.
firstFrame - 类 中的变量com.opslab.image.GIF.GifEncoder
 
FitAuthoringClient - info.monitorenter.cpdetector.test.ui中的类
 
FitAuthoringClient() - 类 的构造器info.monitorenter.cpdetector.test.ui.FitAuthoringClient
 
font - 类 中的静态变量com.opslab.image.CaptchaUtil
 
formatDouble(double, String) - 类 中的静态方法com.opslab.StringUtil
格式化一个float
formatFilesize(long, Locale) - 类 中的方法info.monitorenter.util.FileUtil
Returns the formatted file size to Bytes, KB, MB or GB depending on the given value.
forName(String) - 类 中的静态方法info.monitorenter.cpdetector.io.UnsupportedCharset
 
freq - 类 中的变量com.opslab.image.GIF.Quant
 
FTPConstant - com.opslab.ftp中的类
FTP相关的一些配置
FTPConstant() - 类 的构造器com.opslab.ftp.FTPConstant
 
FTPFactory - com.opslab.ftp中的类
FTP工具类
FTPFactory() - 类 的构造器com.opslab.ftp.FTPFactory
 
FTPLog - com.opslab.ftp中的类
Created by Administrator on 2015-04-08.
FTPLog() - 类 的构造器com.opslab.ftp.FTPLog
 
FTPUtil - com.opslab.ftp中的接口
FTP工具类
FTPUtilImpl - com.opslab.ftp中的类
FTP工具类的实现
FTPUtilImpl(FTPVo) - 类 的构造器com.opslab.ftp.FTPUtilImpl
 
FTPVo - com.opslab.ftp中的类
用于包装FTP的相关的信息
FTPVo(String, int, String, String, String, String, String, boolean) - 类 的构造器com.opslab.ftp.FTPVo
 
full2Half(String) - 类 中的静态方法com.opslab.StringUtil
全角字符变半角字符

G

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
获取文件的编码

H

Half2Full(String) - 类 中的静态方法com.opslab.StringUtil
半角字符变全角字符
hasDeclaredProperty(Object, String) - 类 中的静态方法com.opslab.bean.BeanUtil
判断自己定义的而非继承的属性pro是否存在
hash(File) - 类 中的静态方法com.opslab.FileUtil
获取文件的Hash
hashCode() - 类 中的方法info.monitorenter.cpdetector.io.HTMLCodepageDetector
已过时。
 
hashCode() - 类 中的方法info.monitorenter.cpdetector.io.InputStreamDebug
 
hashCode() - 类 中的方法info.monitorenter.cpdetector.io.JarArchive
 
hashCode() - 类 中的方法info.monitorenter.util.Entry
 
hashCode() - 类 中的方法info.monitorenter.util.FileUtil
 
hasParams - 类 中的变量com.opslab.web.UrlUtil.Builder
 
hasProperty(Object, String) - 类 中的静态方法com.opslab.bean.BeanUtil
判断属性是否存在
hasPropertyFilter(Object, String, PropertyFilter) - 类 中的静态方法com.opslab.bean.BeanUtil
使用自定义的过滤器
hasPropertyIgnoreCase(Object, String) - 类 中的静态方法com.opslab.bean.BeanUtil
判断属性是否存在忽略大小写
HeadCellStartTag(boolean) - 类 中的方法info.monitorenter.cpdetector.util.collections.ui.StreamTableRenderer
 
HeadCellStartTag(boolean) - 类 中的方法info.monitorenter.cpdetector.util.collections.ui.TableRendererHTML
 
HeadCellStopTag(boolean) - 类 中的方法info.monitorenter.cpdetector.util.collections.ui.StreamTableRenderer
 
HeadCellStopTag(boolean) - 类 中的方法info.monitorenter.cpdetector.util.collections.ui.TableRendererHTML
 
HeadRowStartTag() - 类 中的方法info.monitorenter.cpdetector.util.collections.ui.StreamTableRenderer
 
HeadRowStartTag() - 类 中的方法info.monitorenter.cpdetector.util.collections.ui.TableRendererHTML
 
HeadRowStopTag() - 类 中的方法info.monitorenter.cpdetector.util.collections.ui.StreamTableRenderer
 
HeadRowStopTag() - 类 中的方法info.monitorenter.cpdetector.util.collections.ui.TableRendererHTML
 
height - 类 中的变量com.opslab.image.GIF.GifEncoder
 
hexStringtoBinarg(String) - 类 中的静态方法com.opslab.ConvertUtil
将十六进制字符串转为二进制字符串
hexStringToByte(String) - 类 中的静态方法com.opslab.ConvertUtil
把16进制字符串转换成字节数组
HOST_IP - 类 中的静态变量com.opslab.SysUtil
主机IP
HOST_NAME - 类 中的静态变量com.opslab.SysUtil
主机名
hour(float) - 类 中的静态方法com.opslab.DateUtil
在当前时间的基础上加或减去几小时-支持浮点数
hour(Date, float) - 类 中的静态方法com.opslab.DateUtil
在制定的时间上加或减去几小时-支持浮点数
html(String) - 类 中的静态方法com.opslab.web.WebUtil
 
HTMLCodepageDetector - info.monitorenter.cpdetector.io中的类
已过时。
This class should not be used in new code. It has been replaced by ParsingDetector. Future versions may drop this class.
HTMLCodepageDetector() - 类 的构造器info.monitorenter.cpdetector.io.HTMLCodepageDetector
已过时。
 
HTMLCodepageDetector(boolean) - 类 的构造器info.monitorenter.cpdetector.io.HTMLCodepageDetector
已过时。
 
htmlDocument() - 类 中的方法cpdetector.io.parser.EncodingParser
 
htmlDocument() - 类 中的方法info.monitorenter.cpdetector.io.parser.EncodingParser
 
HTTP_PROXY_HOST - 类 中的静态变量com.opslab.SysUtil
 
HTTP_PROXY_PASSWORD - 类 中的静态变量com.opslab.SysUtil
 
HTTP_PROXY_PORT - 类 中的静态变量com.opslab.SysUtil
 
HTTP_PROXY_USER - 类 中的静态变量com.opslab.SysUtil
 
httpParseQuery(String) - 类 中的静态方法com.opslab.web.UrlUtil
解析http请求URI

I

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.

J

jar - 类 中的变量info.monitorenter.cpdetector.io.JarArchive
 
JarArchive - info.monitorenter.cpdetector.io中的类
A jar file that pretends to be a simple file by extending File.
JarArchive(String) - 类 的构造器info.monitorenter.cpdetector.io.JarArchive
 
JChardetFacade - info.monitorenter.cpdetector.io中的类
A fac�ade for jchardet codepage detection.
joinImageListHorizontal(String[], String, String) - 类 中的静态方法com.opslab.image.OperateImage
横向拼接一组(多张)图像
joinImageListVertical(String[], String, String) - 类 中的静态方法com.opslab.image.OperateImage
纵向拼接一组(多张)图像
joinImagesHorizontal(String, String, String, String) - 类 中的静态方法com.opslab.image.OperateImage
横向拼接图片(两张)
joinImagesVertical(String, String, String, String) - 类 中的静态方法com.opslab.image.OperateImage
纵向拼接图片(两张)
joinString(List, String) - 类 中的静态方法com.opslab.StringUtil
把string array or list用给定的符号symbol连接成一个字符串
joinString(String[], String) - 类 中的静态方法com.opslab.StringUtil
把string array or list用给定的符号symbol连接成一个字符串
JVM_ENCODING - 类 中的静态变量com.opslab.SysUtil
JVM的编码
JVM_TEMPDIR - 类 中的静态变量com.opslab.SysUtil
JVM默认的临时目录
JVM_VERSION - 类 中的静态变量com.opslab.SysUtil
JVM的版本
JVMfreeMem() - 类 中的静态方法com.opslab.SysUtil
虚拟机空闲内存量
JVMmaxMem() - 类 中的静态方法com.opslab.SysUtil
虚拟机使用最大内存量
JVMtotalMem() - 类 中的静态方法com.opslab.SysUtil
获取JVM内存总量

K

key(String) - 类 中的静态方法com.opslab.PropertiesUtil
从系统属性文件中获取相应的值

L

lastModified() - 类 中的方法info.monitorenter.cpdetector.io.JarArchive
 
learn() - 类 中的方法com.opslab.image.GIF.Quant
 
left(String, int) - 类 中的静态方法com.opslab.StringUtil
截取字符串左侧指定长度的字符串
leftEquals(String, String, int) - 类 中的静态方法com.opslab.StringUtil
判读俩个字符串左侧的length个字符串是否一样
legalFile(String) - 类 中的静态方法com.opslab.FilePathUtil
判断是否符是合法的文件路径
length() - 类 中的方法info.monitorenter.cpdetector.io.JarArchive
 
lengthcount - 类 中的变量com.opslab.image.GIF.Quant
 
LETTER - 接口 中的静态变量cpdetector.io.parser.EncodingParserTokenTypes
 
LETTER - 接口 中的静态变量info.monitorenter.cpdetector.io.parser.EncodingParserTokenTypes
 
LETTERCHAR - 类 中的静态变量com.opslab.RandomUtil
 
LimitedInputStream - info.monitorenter.io中的类
An InputStream wrapper that limits the bytes to read from the wrapped stream.
LimitedInputStream(InputStream, int) - 类 的构造器info.monitorenter.io.LimitedInputStream
Construct an instance that wraps the given input stream and decorates it with the the functionality to limit the amounts of bytes readable to the given limit.
LINE_SEPARATOR - 类 中的静态变量com.opslab.SysUtil
 
lines(File) - 类 中的静态方法com.opslab.FileUtil
以列表的方式获取文件的所有行
lines(File, String) - 类 中的静态方法com.opslab.FileUtil
以列表的方式获取文件的所有行
lines(File, int) - 类 中的静态方法com.opslab.FileUtil
以列表的方式获取文件的指定的行数数据
lines(File, int, String) - 类 中的静态方法com.opslab.FileUtil
以列表的方式获取文件的指定的行数数据
list() - 类 中的方法info.monitorenter.cpdetector.io.JarArchive
 
list(FilenameFilter) - 类 中的方法info.monitorenter.cpdetector.io.JarArchive
 
listDir(String) - 接口 中的方法com.opslab.ftp.FTPUtil
 
listDir(String) - 类 中的方法com.opslab.ftp.FTPUtilImpl
 
listFile(String) - 类 中的静态方法com.opslab.FileUtil
罗列指定路径下的全部文件
listFile(String, boolean) - 类 中的静态方法com.opslab.FileUtil
罗列指定路径下的全部文件
listFile(File) - 类 中的静态方法com.opslab.FileUtil
罗列指定路径下的全部文件
listFile(File, boolean) - 类 中的静态方法com.opslab.FileUtil
罗列指定路径下的全部文件
listFile(String) - 接口 中的方法com.opslab.ftp.FTPUtil
 
listFile(String) - 类 中的方法com.opslab.ftp.FTPUtilImpl
 
listFileAll(File) - 类 中的静态方法com.opslab.FileUtil
罗列指定路径下的全部文件包括文件夹
listFileAttr(String) - 接口 中的方法com.opslab.ftp.FTPUtil
 
listFileAttr(String) - 类 中的方法com.opslab.ftp.FTPUtilImpl
 
listFileFilter(File, FilenameFilter) - 类 中的静态方法com.opslab.FileUtil
罗列指定路径下的全部文件包括文件夹
listFileFilter(File, String) - 类 中的静态方法com.opslab.FileUtil
获取指定目录下的特点文件,通过后缀名过滤
listFiles() - 类 中的方法info.monitorenter.cpdetector.io.JarArchive
 
listFiles(FileFilter) - 类 中的方法info.monitorenter.cpdetector.io.JarArchive
 
listFiles(FilenameFilter) - 类 中的方法info.monitorenter.cpdetector.io.JarArchive
 
ListFilter<T> - com.opslab.collection中的接口
Description:List过滤接口
listOfArraysToString(List<Object>) - 类 中的静态方法info.monitorenter.util.StringUtil
Little String output - helper that modifies the given LinkedList by getting it's Objects and replace them by their toString() - representation.
loadClass(String) - 类 中的静态方法com.opslab.ClassUtil
加载指定的类
longestStringRepresentation(List<Object>) - 类 中的静态方法info.monitorenter.util.StringUtil
Returns the maximum length of a Object.toString() result in characters within the given List.
longToByte(long) - 类 中的静态方法com.opslab.ConvertUtil
字节数组和长整型的转换
lowerFirstChar(String) - 类 中的静态方法com.opslab.StringUtil
将字符串首字母转小写
LowerString(int) - 类 中的静态方法com.opslab.RandomUtil
返回一个定长的随机纯大写字母字符串(只包含大小写字母)
ltrim(String, int) - 类 中的静态方法com.opslab.StringUtil
截取字符串左侧的Num位截取到末尾

M

m_amountOfBytesReadable - 类 中的变量info.monitorenter.io.LimitedInputStream
The amount of remaining bytes to allow reading.
m_children - 类 中的变量info.monitorenter.cpdetector.util.collections.ITreeNode.DefaultTreeNode
A Listof child ITreeNode instances.
m_out - 类 中的变量info.monitorenter.cpdetector.util.collections.ui.StreamTableRenderer
 
m_userObject - 类 中的变量info.monitorenter.cpdetector.util.collections.ITreeNode.DefaultTreeNode
Member for saving the user Object.
main(String[]) - 类 中的静态方法info.monitorenter.cpdetector.CharsetPrinter
 
main(String[]) - 类 中的静态方法info.monitorenter.cpdetector.io.ClassFileFilterIsA
 
main(String[]) - 类 中的静态方法info.monitorenter.cpdetector.test.ui.FitAuthoringClient
 
main(String[]) - 类 中的静态方法info.monitorenter.cpdetector.util.collections.TreeNodeUniqueChildren
Construction of a tree with the user Objects (java.lang.Integer) and use the toString() method.
main(String[]) - 类 中的静态方法info.monitorenter.cpdetector.util.collections.ui.TableRendererHTML
 
map(int, int, int) - 类 中的方法com.opslab.image.GIF.Quant
 
MapFilter<T> - com.opslab.collection中的接口
Description:Map过滤接口
mark(int) - 类 中的方法info.monitorenter.cpdetector.io.InputStreamDebug
 
mark() - 类 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode.DefaultTreeNode
 
mark() - 接口 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode
Marks this ITreeNode instance (e.g. for being visited or invisible).
marked - 类 中的变量info.monitorenter.cpdetector.util.collections.ITreeNode.DefaultTreeNode
Flag for saving the marking-state.
markSupported() - 类 中的方法info.monitorenter.cpdetector.io.InputStreamDebug
 
maxnetpos - 类 中的静态变量com.opslab.image.GIF.Quant
 
MD5 - 类 中的静态变量com.opslab.SecUtil
 
md5(String) - 类 中的静态方法com.opslab.SecUtil
 
mDIGIT(boolean) - 类 中的方法cpdetector.io.parser.EncodingLexer
 
mDIGIT(boolean) - 类 中的方法info.monitorenter.cpdetector.io.parser.EncodingLexer
 
mergeBothImage(String, String, String, int, int, String) - 类 中的静态方法com.opslab.image.OperateImage
合并图片(按指定初始x、y坐标将附加图片贴到底图之上)
mergeImageList(String, List, String, String) - 类 中的静态方法com.opslab.image.OperateImage
将一组图片一次性附加合并到底图上
META_CONTENT_TYPE - 接口 中的静态变量cpdetector.io.parser.EncodingParserTokenTypes
 
META_CONTENT_TYPE - 接口 中的静态变量info.monitorenter.cpdetector.io.parser.EncodingParserTokenTypes
 
mIDENTIFIER(boolean) - 类 中的方法cpdetector.io.parser.EncodingLexer
 
mIDENTIFIER(boolean) - 类 中的方法info.monitorenter.cpdetector.io.parser.EncodingLexer
 
mimeType(String) - 类 中的静态方法com.opslab.FileUtil
获取文件的Mime类型
minpicturebytes - 类 中的静态变量com.opslab.image.GIF.Quant
 
Minute(int) - 类 中的静态方法com.opslab.DateUtil
在当前时间的基础上加或减去几分钟
Minute(Date, int) - 类 中的静态方法com.opslab.DateUtil
在制定的时间上加或减去几分钟
MixString(int) - 类 中的静态方法com.opslab.RandomUtil
返回一个定长的随机纯字母字符串(只包含大小写字母)
mkDir(String) - 接口 中的方法com.opslab.ftp.FTPUtil
 
mkDir(String) - 类 中的方法com.opslab.ftp.FTPUtilImpl
 
mkdir() - 类 中的方法info.monitorenter.cpdetector.io.JarArchive
 
mkdirs() - 类 中的方法info.monitorenter.cpdetector.io.JarArchive
 
mLETTER(boolean) - 类 中的方法cpdetector.io.parser.EncodingLexer
 
mLETTER(boolean) - 类 中的方法info.monitorenter.cpdetector.io.parser.EncodingLexer
 
mMETA_CONTENT_TYPE(boolean) - 类 中的方法cpdetector.io.parser.EncodingLexer
 
mMETA_CONTENT_TYPE(boolean) - 类 中的方法info.monitorenter.cpdetector.io.parser.EncodingLexer
 
mNEWLINE(boolean) - 类 中的方法cpdetector.io.parser.EncodingLexer
 
mNEWLINE(boolean) - 类 中的方法info.monitorenter.cpdetector.io.parser.EncodingLexer
 
modifyTime(File) - 类 中的静态方法com.opslab.FileUtil
获取文件最后的修改时间
month(int) - 类 中的静态方法com.opslab.DateUtil
在当前时间的基础上加或减去几月
month(Date, int) - 类 中的静态方法com.opslab.DateUtil
在指定的时间上加或减去几月
mSPACE(boolean) - 类 中的方法cpdetector.io.parser.EncodingLexer
 
mSPACE(boolean) - 类 中的方法info.monitorenter.cpdetector.io.parser.EncodingLexer
 
mSPACING(boolean) - 类 中的方法cpdetector.io.parser.EncodingLexer
 
mSPACING(boolean) - 类 中的方法info.monitorenter.cpdetector.io.parser.EncodingLexer
 
MultiplexingOutputStream - info.monitorenter.io中的类
An OutputStream that allows to multiplex everything that is written to it to all contained output streams (multiplexing).
MultiplexingOutputStream(OutputStream, OutputStream) - 类 的构造器info.monitorenter.io.MultiplexingOutputStream
Constructor ensuring that at least two targets are needed (thus use of this class makes sense).
mXML_ENCODING_DECL(boolean) - 类 中的方法cpdetector.io.parser.EncodingLexer
 
mXML_ENCODING_DECL(boolean) - 类 中的方法info.monitorenter.cpdetector.io.parser.EncodingLexer
 

N

ncycles - 类 中的静态变量com.opslab.image.GIF.Quant
 
netbiasshift - 类 中的静态变量com.opslab.image.GIF.Quant
 
netindex - 类 中的变量com.opslab.image.GIF.Quant
 
netsize - 类 中的静态变量com.opslab.image.GIF.Quant
 
network - 类 中的变量com.opslab.image.GIF.Quant
 
newDecoder() - 类 中的方法info.monitorenter.cpdetector.io.UnknownCharset
 
newDecoder() - 类 中的方法info.monitorenter.cpdetector.io.UnsupportedCharset
 
newEncoder() - 类 中的方法info.monitorenter.cpdetector.io.UnknownCharset
 
newEncoder() - 类 中的方法info.monitorenter.cpdetector.io.UnsupportedCharset
 
newInstance(String) - 类 中的方法info.monitorenter.cpdetector.reflect.SingletonLoader
High-level method for instantiation of a new instance of the class specified by the given fully qualified class name with singleton retrieval support.
newInstance(Class) - 类 中的方法info.monitorenter.cpdetector.reflect.SingletonLoader
Dynamic instantiation of the given type with singleton retrieval support as described in this class description.
newInstance() - 类 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode.DefaultTreeNode
 
newInstance() - 接口 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode
Generic operations in default implementations may need to allocate new instances but have to choose the right type to support the provided invariants.
newInstance() - 类 中的方法info.monitorenter.cpdetector.util.collections.TreeNodeUniqueChildren
 
NEWLINE - 接口 中的静态变量cpdetector.io.parser.EncodingParserTokenTypes
 
NEWLINE - 接口 中的静态变量info.monitorenter.cpdetector.io.parser.EncodingParserTokenTypes
 
nextToken() - 类 中的方法cpdetector.io.parser.EncodingLexer
 
nextToken() - 类 中的方法info.monitorenter.cpdetector.io.parser.EncodingLexer
 
Notify(String) - 类 中的方法info.monitorenter.cpdetector.io.JChardetFacade
 
NULL_TREE_LOOKAHEAD - 接口 中的静态变量cpdetector.io.parser.EncodingParserTokenTypes
 
NULL_TREE_LOOKAHEAD - 接口 中的静态变量info.monitorenter.cpdetector.io.parser.EncodingParserTokenTypes
 
num(int) - 类 中的静态方法com.opslab.image.CaptchaUtil
产生0--num的随机数,不包括num
number(int) - 类 中的静态方法com.opslab.RandomUtil
返回固定长度的数字
NUMBERCHAR - 类 中的静态变量com.opslab.RandomUtil
 

O

open(URL) - 类 中的方法info.monitorenter.cpdetector.io.AbstractCodepageDetector
A default delegation to AbstractCodepageDetector.detectCodepage(URL)that opens the document specified by the given URL with the detected codepage.
open(URL) - 接口 中的方法info.monitorenter.cpdetector.io.ICodepageDetector
High level method to open documents in the correct codepage.
OperateImage - com.opslab.image中的类
图片相关的操作
OperateImage() - 类 的构造器com.opslab.image.OperateImage
 
OS_ARCH - 类 中的静态变量com.opslab.SysUtil
主机架构
OS_NAME - 类 中的静态变量com.opslab.SysUtil
主机类型
OS_VERSION - 类 中的静态变量com.opslab.SysUtil
主机类型版本
out - 类 中的变量com.opslab.image.GIF.GifEncoder
 
outFlush() - 类 中的方法com.opslab.image.GIF.GifEncoder
 

P

palSize - 类 中的变量com.opslab.image.GIF.GifEncoder
 
parseQuery(String, char, char, String) - 类 中的静态方法com.opslab.web.UrlUtil
解析字符串返回map键值对(例:a=1&b=2 => a=1,b=2)
parseString2List(String, String) - 类 中的静态方法com.opslab.StringUtil
根据指定的字符把源字符串分割成一个list
ParsingDetector - info.monitorenter.cpdetector.io中的类
A Fa�ade that internally uses an ANTLR - based parser / lexer.
ParsingDetector() - 类 的构造器info.monitorenter.cpdetector.io.ParsingDetector
 
ParsingDetector(boolean) - 类 的构造器info.monitorenter.cpdetector.io.ParsingDetector
 
PATH_SEPARATOR - 类 中的静态变量com.opslab.SysUtil
 
pixels - 类 中的变量com.opslab.image.GIF.GifEncoder
 
pngCaptcha(String, int, int, String) - 类 中的静态方法com.opslab.image.CaptchaUtil
 
pngCaptcha(int, String) - 类 中的静态方法com.opslab.image.ImageCaptcha
生产一张png格式的验证图片在指定的位置
prefixIntersection(String, String) - 类 中的静态方法info.monitorenter.util.StringUtil
This may be useful for comparison of canonical paths.
prime1 - 类 中的静态变量com.opslab.image.GIF.Quant
 
prime2 - 类 中的静态变量com.opslab.image.GIF.Quant
 
prime3 - 类 中的静态变量com.opslab.image.GIF.Quant
 
prime4 - 类 中的静态变量com.opslab.image.GIF.Quant
 
print(HttpServletRequest) - 类 中的静态方法com.opslab.web.UrlUtil
获取HTTPrequest的请求参数
process() - 类 中的方法com.opslab.image.GIF.Quant
 
Properties(String) - 接口 中的方法com.opslab.bean.PropertyFilter
 
PropertiesUtil - com.opslab中的类
提供一些常用的属性文件相关的方法
PropertiesUtil() - 类 的构造器com.opslab.PropertiesUtil
 
PropertyFilter - com.opslab.bean中的接口
属性过滤接口
putDir(String, String) - 接口 中的方法com.opslab.ftp.FTPUtil
 
putDir(File, String) - 接口 中的方法com.opslab.ftp.FTPUtil
 
putDir(String, String) - 类 中的方法com.opslab.ftp.FTPUtilImpl
 
putDir(File, String) - 类 中的方法com.opslab.ftp.FTPUtilImpl
 
putFile(String, String, boolean) - 接口 中的方法com.opslab.ftp.FTPUtil
 
putFile(File, String, boolean) - 接口 中的方法com.opslab.ftp.FTPUtil
 
putFile(String, String, boolean) - 类 中的方法com.opslab.ftp.FTPUtilImpl
 
putFile(File, String, boolean) - 类 中的方法com.opslab.ftp.FTPUtilImpl
 

Q

qj2bj(String) - 类 中的静态方法com.opslab.algorithmImpl.BCConvert
全角字符->半角字符转换 只处理全角的空格,全角!
Quant - com.opslab.image.GIF中的类
Created by Administrator on 2016/4/23 0023.
Quant(byte[], int, int) - 类 的构造器com.opslab.image.GIF.Quant
 
queryParam(String, String) - 类 中的方法com.opslab.web.UrlUtil.Builder
Appends new query parameter to the url.
QueueFilter<T> - com.opslab.collection中的接口
Description:Queue过滤接口

R

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
Invokes FileUtil.readRAM(File), but decorates the result with a ByteArrayInputStream.
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
Returned from ITreeNode.getParent() of the root node of the tree.
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
 

S

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
 

T

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
删除所有的标点符号

U

unbiasnet() - 类 中的方法com.opslab.image.GIF.Quant
 
unCompress(File, String) - 类 中的静态方法com.opslab.ZIPUtil
文档解压
unescape(String, String) - 类 中的静态方法com.opslab.web.WebUtil
对字符串进行解码
unhtml(String) - 类 中的静态方法com.opslab.web.WebUtil
HTML标签转义方法 空格   < 小于号 < > 大于号 > & 和号 & " 引号 " ' 撇号 ' ¢ 分 ¢ £ 镑 £ ¥ 日圆 ¥ € 欧元 € § 小节 § © 版权 © ® 注册商标 ® ™ 商标 ™ × 乘号 × ÷ 除号 ÷
unicode2String(String) - 类 中的静态方法com.opslab.StringUtil
转字符串 实现native2ascii.exe类似的功能
UnicodeDetector - info.monitorenter.cpdetector.io中的类
This detector identifies byte order marks of the following codepages to give a 100 % deterministic result in case of detection.
unicon(List<T>, List<T>) - 类 中的静态方法com.opslab.collection.CollectionUtil
求俩个集合的并集
unicon(Set<T>, Set<T>) - 类 中的静态方法com.opslab.collection.CollectionUtil
 
unicon(Queue<T>, Queue<T>) - 类 中的静态方法com.opslab.collection.CollectionUtil
 
unicon(Map<K, V>, Map<K, V>) - 类 中的静态方法com.opslab.collection.CollectionUtil
 
UnknownCharset - info.monitorenter.cpdetector.io中的类
A singleton Charset indicating that no encoding could be detected at all (regardless wether supported by platform or not).
unmark() - 类 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode.DefaultTreeNode
 
unmark() - 接口 中的方法info.monitorenter.cpdetector.util.collections.ITreeNode
Unmarks this ITreeNode instance (e.g. for being visited or invisible).
UnsupportedCharset - info.monitorenter.cpdetector.io中的类
A dummy charset that indicates an unknown charset.
upperFirstChar(String) - 类 中的静态方法com.opslab.StringUtil
将字符串首字母转大写
UpperString(int) - 类 中的静态方法com.opslab.RandomUtil
返回一个定长的随机纯小写字母字符串(只包含大小写字母)
url - 类 中的变量com.opslab.web.UrlUtil.Builder
 
urlJoin(URL, String) - 类 中的静态方法com.opslab.web.UrlUtil
Example: url: http://tt.se/ Location: /start => http://tt.se/start url: http://localhost/moved_perm Location: / => http://localhost/ url: http://github.com/ Location: http://github.com/ => https://github.com/ (If the new url throws a MalformedURLException the url String representation will be returned.)
UrlUtil - com.opslab.web中的类
URL相关的工具类 以下工具类来自开源项目jodd

Here is an example of full URL: {@literal https://jodd:ddoj@www.jodd.org:8080/file;p=1?

UrlUtil() - 类 的构造器com.opslab.web.UrlUtil
 
UrlUtil.Builder - com.opslab.web中的类
 
UrlUtil.Builder(String, boolean, String) - 类 的构造器com.opslab.web.UrlUtil.Builder
 
US_ASCII - 类 中的静态变量com.opslab.CharsetUtil
7位ASCII字符,也叫作ISO646-US、Unicode字符集的基本拉丁块
usedEntry - 类 中的变量com.opslab.image.GIF.GifEncoder
 
usedMemory() - 类 中的静态方法com.opslab.SysUtil
已使用的物理内存
UTF_16 - 类 中的静态变量com.opslab.CharsetUtil
16 位 UCS 转换格式,字节顺序由可选的字节顺序标记来标识
UTF_16BE - 类 中的静态变量com.opslab.CharsetUtil
16 位 UCS 转换格式,Big Endian(最低地址存放高位字节)字节顺序
UTF_16LE - 类 中的静态变量com.opslab.CharsetUtil
16 位 UCS 转换格式,Little-endian(最高地址存放低位字节)字节顺序
UTF_8 - 类 中的静态变量com.opslab.CharsetUtil
8 位 UCS 转换格式
uuid() - 类 中的静态方法com.opslab.RandomUtil
返回一个UUID
UUID() - 类 中的静态方法com.opslab.RandomUtil
返回一个UUID

V

valid - com.opslab中的类
提供一些对象有效性校验的方法
valid() - 类 的构造器com.opslab.valid
 
valid(String) - 类 中的静态方法com.opslab.valid
判断字符串有效性
valid(String...) - 类 中的静态方法com.opslab.valid
判断一组字符串是否有效
valid(Object) - 类 中的静态方法com.opslab.valid
判断一个对象是否为空
valid(Object...) - 类 中的静态方法com.opslab.valid
判断一组对象是否有效
valid(Collection) - 类 中的静态方法com.opslab.valid
判断集合的有效性
valid(Collection...) - 类 中的静态方法com.opslab.valid
判断一组集合是否有效
valid(Map) - 类 中的静态方法com.opslab.valid
判断map是否有效
valid(Map...) - 类 中的静态方法com.opslab.valid
判断一组map是否有效

W

WebUtil - com.opslab.web中的类
提供Web相关的个工具类
WebUtil() - 类 的构造器com.opslab.web.WebUtil
 
width - 类 中的变量com.opslab.image.GIF.GifEncoder
 
write(File, String) - 类 中的静态方法com.opslab.FileUtil
将字符串写入到文件中
write(File, String, String) - 类 中的静态方法com.opslab.FileUtil
将字符串以制定的编码写入到文件中
write(int) - 类 中的方法info.monitorenter.io.MultiplexingOutputStream
 
writeAppend(File, String) - 类 中的静态方法com.opslab.FileUtil
将字符串以追加的方式写入到文件中
writeAppend(File, String, String) - 类 中的静态方法com.opslab.FileUtil
将字符串以追加的方式以制定的编码写入到文件中
writeGraphicCtrlExt() - 类 中的方法com.opslab.image.GIF.GifEncoder
Writes Graphic Control Extension
writeImageDesc() - 类 中的方法com.opslab.image.GIF.GifEncoder
Writes Image Descriptor
writeLSD() - 类 中的方法com.opslab.image.GIF.GifEncoder
Writes Logical Screen Descriptor
writeNetscapeExt() - 类 中的方法com.opslab.image.GIF.GifEncoder
Writes Netscape application extension to define repeat count.
writePalette() - 类 中的方法com.opslab.image.GIF.GifEncoder
Writes color table
writePixels() - 类 中的方法com.opslab.image.GIF.GifEncoder
Encodes and writes pixel data
WriteProperties(String, String, String) - 类 中的静态方法com.opslab.PropertiesUtil
写入Properties信息
writeShort(int) - 类 中的方法com.opslab.image.GIF.GifEncoder
Write 16-bit value to output stream, LSB first
writeString(String) - 类 中的方法com.opslab.image.GIF.GifEncoder
Writes string to output stream

X

XML_ENCODING_DECL - 接口 中的静态变量cpdetector.io.parser.EncodingParserTokenTypes
 
XML_ENCODING_DECL - 接口 中的静态变量info.monitorenter.cpdetector.io.parser.EncodingParserTokenTypes
 

Y

year(int) - 类 中的静态方法com.opslab.DateUtil
在当前时间的基础上加或减去year年
year(Date, int) - 类 中的静态方法com.opslab.DateUtil
在指定的时间上加或减去几年

Z

ZeroString(int) - 类 中的静态方法com.opslab.RandomUtil
生成一个定长的纯0字符串
zipFile(File, ZipOutputStream, String) - 类 中的静态方法com.opslab.ZIPUtil
 
ZIPUtil - com.opslab中的类
压缩文档相关的工具类
ZIPUtil() - 类 的构造器com.opslab.ZIPUtil
 

_

_tokenNames - 类 中的静态变量cpdetector.io.parser.EncodingParser
 
_tokenNames - 类 中的静态变量info.monitorenter.cpdetector.io.parser.EncodingParser
 
_tokenSet_0 - 类 中的静态变量cpdetector.io.parser.EncodingLexer
 
_tokenSet_0 - 类 中的静态变量cpdetector.io.parser.EncodingParser
 
_tokenSet_0 - 类 中的静态变量info.monitorenter.cpdetector.io.parser.EncodingLexer
 
_tokenSet_0 - 类 中的静态变量info.monitorenter.cpdetector.io.parser.EncodingParser
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

Copyright © 2016. All rights reserved.