J8583CN | 这是J8583CN的说明: 2008 zyplanke
kandi X-RAY | J8583CN Summary
kandi X-RAY | J8583CN Summary
J8583CN is a Java library. J8583CN has no bugs, it has no vulnerabilities and it has low support. However J8583CN build file is not available. You can download it from GitHub.
这是J8583CN的说明: (C) 2008 zyplanke. 主要变化如下: 1、 所有的初始代码均来自于J8583 1.2版,对类名名字和部分方法名进行了改变。 2、 为方便使用,将Jakarta Commons Logging 1.1.1 一起打包,使用时不必再次下载。所有的代码用JavaSE6进行编译,因此要求至少JVM5或以上环境运行(IDE is Eclipse 3.4.0 and subversion 1.5.1)。 3、 将cnMessageFactory类中createFromClasspathConfig改为createFromXMLConfigFile,并要求传入参数为XML文件的绝对路径(或运行时的相对路径)。 4、 原来的报文类型标识符以数字表示,先改成字符串(按规范应为4字节串,但不强制,以方便做异常测试) 5、 修改了XML配置文件(DTD文件也相应进行了修改)(新的配置用法见 《XML配置说明.rtf》)。 6、 将报文头做了改进,由于报文头是可以自己定义的,所以报文头现在改成字节串,根据实际对报文头的要求按进行灵活设置,见相关API文档 7、 请求/回应报文的报文标识按8583规范:回应报文为请求报文标识第三位加一(比如请求为0200,回应为0210)。原j8583把报文标示按16进制处理(相差16),先改成字符串,所以相应的也做了变更。 8、 把位图部分做了改进,现在位图只能为8个或16个字节(二进制64bit或128bit,不存在非二进制的问题) 9、 保留了原J8583中对报文是否二进制拼串的属性和方法,但现在这个属性的值,只控制各个报文域的是否以二进制,而报文头、报文类型标识、位图等不受影响。 10、在cnMessage类增加了估算整个报文长度的方法,以方便特殊地方需要(如在银联2.0标准中报文头的第三域). 感谢j8583的原作者 Enrique Zamudio。 本人E-Mail:zypmail8@163.com.
这是J8583CN的说明: (C) 2008 zyplanke. 主要变化如下: 1、 所有的初始代码均来自于J8583 1.2版,对类名名字和部分方法名进行了改变。 2、 为方便使用,将Jakarta Commons Logging 1.1.1 一起打包,使用时不必再次下载。所有的代码用JavaSE6进行编译,因此要求至少JVM5或以上环境运行(IDE is Eclipse 3.4.0 and subversion 1.5.1)。 3、 将cnMessageFactory类中createFromClasspathConfig改为createFromXMLConfigFile,并要求传入参数为XML文件的绝对路径(或运行时的相对路径)。 4、 原来的报文类型标识符以数字表示,先改成字符串(按规范应为4字节串,但不强制,以方便做异常测试) 5、 修改了XML配置文件(DTD文件也相应进行了修改)(新的配置用法见 《XML配置说明.rtf》)。 6、 将报文头做了改进,由于报文头是可以自己定义的,所以报文头现在改成字节串,根据实际对报文头的要求按进行灵活设置,见相关API文档 7、 请求/回应报文的报文标识按8583规范:回应报文为请求报文标识第三位加一(比如请求为0200,回应为0210)。原j8583把报文标示按16进制处理(相差16),先改成字符串,所以相应的也做了变更。 8、 把位图部分做了改进,现在位图只能为8个或16个字节(二进制64bit或128bit,不存在非二进制的问题) 9、 保留了原J8583中对报文是否二进制拼串的属性和方法,但现在这个属性的值,只控制各个报文域的是否以二进制,而报文头、报文类型标识、位图等不受影响。 10、在cnMessage类增加了估算整个报文长度的方法,以方便特殊地方需要(如在银联2.0标准中报文头的第三域). 感谢j8583的原作者 Enrique Zamudio。 本人E-Mail:zypmail8@163.com.
Support
Quality
Security
License
Reuse
Support
J8583CN has a low active ecosystem.
It has 10 star(s) with 6 fork(s). There are 3 watchers for this library.
It had no major release in the last 6 months.
J8583CN has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of J8583CN is current.
Quality
J8583CN has 0 bugs and 0 code smells.
Security
J8583CN has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
J8583CN code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
J8583CN does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
J8583CN releases are not available. You will need to build from source code and install.
J8583CN has no build file. You will be need to create the build yourself to build the component from source.
J8583CN saves you 4827 person hours of effort in developing the same functionality from scratch.
It has 10177 lines of code, 69 functions and 65 files.
It has high code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed J8583CN and discovered the below as its top functions. This is intended to give you an instant insight into J8583CN implemented functionality, and help decide if they suit your requirements.
- Creates a CN message
- This method writes the message
- Parse binary value
- Helper method for debugging
- Create a new cn message from a given typeid
- Set message header data
- Writes the length information
- Parse the contents of a CNMessage
- Parse a cn value
- Estimates the maximum bytes of this message
- Formats a string by a given length
- Write to output stream
- Converts a String value to a BCD value
- Returns a string representation of this object
- Write to buffer
- Create a response object from a CnMessage
- Creates a CnMessageFactory from the given URL
Get all kandi verified functions for this library.
J8583CN Key Features
No Key Features are available at this moment for J8583CN.
J8583CN Examples and Code Snippets
No Code Snippets are available at this moment for J8583CN.
Community Discussions
No Community Discussions are available at this moment for J8583CN.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install J8583CN
You can download it from GitHub.
You can use J8583CN like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the J8583CN component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
You can use J8583CN like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the J8583CN component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page