io.github.bdluck:dustpan-bom

基础网关和数据解析框架

License

License

GroupId

GroupId

io.github.bdluck
ArtifactId

ArtifactId

dustpan-bom
Last Version

Last Version

1.0.6
Release Date

Release Date

Type

Type

jar
Description

Description

基础网关和数据解析框架

Download dustpan-bom

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

数据解析引擎

  • 分段
  1. 按字节读取 -> 单个结果
  2. 读取剩余所有 -> 单个结果
  3. 按位读取 -> 多个结果
  4. 重复多次读取 -> 多个结果
  • 合并
  1. 通用合并->单个分段->转类型(byte,byte[],short,int,long,string,stringHex,case)
  2. 表达式替换->多个合并
  3. 计算合并->多个合并
  4. 时间合并->6个合并
  5. 重复合并

网关数据解析

Versions

Version
1.0.6