GitHub user jhorcicka opened a pull request:

    https://github.com/apache/metamodel/pull/103

    FixedWidth EBCDIC support

    METAMODEL-250 FixedWidth EBCDIC support
    
    * Refactoring of FixedWidthReader. 
    * BufferedReader was replaced by BufferedInputStream (support for files 
without new-line characters). 
    * New boolean options "headerPresent" and "eolPresent". 
    * Simple fixed-width EBCDIC file in test/resources. 


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jhorcicka/metamodel master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/metamodel/pull/103.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #103
    
----
commit 480f71af754f08d53891f40d9ff9c27822fec62b
Author: jhorcicka <[email protected]>
Date:   2016-05-20T11:26:23Z

    METAMODEL-250 FixedWidth EBCDIC support: headerPresent and eolPresent 
options; Reader was replaced by InputStream;

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to