BAEL-4522: Convert Byte Array to its Numeric Representation (#11267)

* Convert Byte Array to its Numeric Representation

* Remove Redundant Getter Method
This commit is contained in:
lsieun
2021-10-17 13:29:38 +08:00
committed by GitHub
parent 7dfea6394e
commit 6d1cdbe9d7
3 changed files with 602 additions and 0 deletions
@@ -19,6 +19,11 @@
<artifactId>guava</artifactId>
<version>${guava.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>${commons-lang3.version}</version>
</dependency>
</dependencies>
<properties>