数据解析引擎
- 分段
- 按字节读取 -> 单个结果
- 读取剩余所有 -> 单个结果
- 按位读取 -> 多个结果
- 重复多次读取 -> 多个结果
- 合并
- 通用合并->单个分段->转类型(byte,byte[],short,int,long,string,stringHex,case)
- 表达式替换->多个合并
- 计算合并->多个合并
- 时间合并->6个合并
- 重复合并
License |
License |
---|---|
GroupId | GroupIdio.github.bdluck |
ArtifactId | ArtifactIddustpan-bom |
Last Version | Last Version1.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Description基础网关和数据解析框架
|
Filename | Size |
---|---|
dustpan-bom-1.0.6.pom | |
dustpan-bom-1.0.6.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.bdluck/dustpan-bom/ -->
<dependency>
<groupId>io.github.bdluck</groupId>
<artifactId>dustpan-bom</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.bdluck/dustpan-bom/
implementation 'io.github.bdluck:dustpan-bom:1.0.6'
// https://jarcasting.com/artifacts/io.github.bdluck/dustpan-bom/
implementation ("io.github.bdluck:dustpan-bom:1.0.6")
'io.github.bdluck:dustpan-bom:jar:1.0.6'
<dependency org="io.github.bdluck" name="dustpan-bom" rev="1.0.6">
<artifact name="dustpan-bom" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.bdluck', module='dustpan-bom', version='1.0.6')
)
libraryDependencies += "io.github.bdluck" % "dustpan-bom" % "1.0.6"
[io.github.bdluck/dustpan-bom "1.0.6"]