Download API Software:
sixapi.jar build 2518
------------------------
- Changing version number to our SVN revision number. This will help us when receiving stacktraces.
- Added a new constructor in SixId.class. It is now possible to create a sixid directly from a SIXPRL: new SixId("/rt/stock/info?Mkt=\"SSE\"&Id=\"TEL2-B\"");
- The api is now downloaded in a single zip file with a readme file and javadocumentation.
- If you want to check your current API version just run "java -jar sixapi.jar" or the static method sixutil.BuildVersion.getVersion();
- Fixed syntax errors in javadoc
- Source is compiled with Java 1.6.0_01
sixapi.jar version 1.0.5
------------------------
New method on SixDataRes.getTextStream(String encoding) to specifie a encoding used
when opening the inputstream.
sixapi.jar version 1.0.4
------------------------