所有类和接口

说明
copy from org.apache.axiom.util.base64.Base64Utils(axiom-api-1.2.13.jar)
二进制数据本地存储实现
基于URLStreamHandler实现二进制存储接口URLStore的抽象类
实现URLStreamHandlerFactory接口,应用启动时应调用BaseURLStore.intall()将当前实例安装到JVM
二进制数据(byte[],ByteBuffer)工具类
条件检查工具类
没有发现指定的数据
A dynamic url stream handler factory that stores the current delegate factory in a thread local variable.
The installer is a general purpose class to install an own URLStreamHandlerFactory in any environment.
二进制数据本地存储实现
基于 LocalBinaryStore 支持多分区存储的URLStore实现
A parent aware url stream handler factory delegates to a parent url stream handler factory,
二进制数据对象定义
二进制数据存储接口
This is a wrapper to make a url stream handler factory a parent aware url stream handler factory.