View on GitHub

tlc.open.java

TLC APIs for reading and writing general purpose buffers and for processing X9.37 files

Download this project as a .zip file Download this project as a tar.gz file

This is a project providing a Java implementation of various TLC API for managing byte arrays and X937 files.

tlc-commons-buffer -- a set of utility classes for managing getting and setting data fields in a fixed length buffer. This is used mostly in dealing with mainframe records and supports reading and writing data from the buffer in both ASCII and EBCDIC.

tlc-commons-base -- a set of utility classes used by other components of the API. Also includes a general purpose directory scanner, an username/password encrypter, and a JavaFX dialog to read and write them.

tlc-io-base -- a set of classes common to all the TLC io classes.

tlc-io-x937 -- a set of classes for reading, writing, and parsing X9.37 format files.

All jars are available through Maven Central.


Copyright [2009-2015] [The Last Check, LLC]

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.