Qore FixedLengthUtil Module Reference  1.2.1
FixedLengthUtil Namespace Reference

The FixedLengthUtil namespace contains all the definitions in the FixedLengthUtil module. More...

Classes

class  FixedLengthAbstractIterator
 Structured line iterator for abstract data allowing efficient "pipelined" processing. More...
 
class  FixedLengthAbstractWriter
 Structured abstract writer for fixed-length lines. More...
 
class  FixedLengthBase
 Base class for fixed-length readers and writers. More...
 
class  FixedLengthDataIterator
 Structured line iterator for fixed-length line strings allowing efficient "pipelined" processing. More...
 
class  FixedLengthDataWriter
 Writer class for fixed-length line string data. More...
 
class  FixedLengthFileIterator
 Structured line iterator for fixed-length line files allowing efficient "pipelined" processing. More...
 
class  FixedLengthFileWriter
 Writer for fixed-length line output files. More...
 
class  FixedLengthIterator
 The FixedLengthIterator class allows fixed-length data sources to be iterated on a record basis. The source of the input data is an AbstractLineIterator object or an InputStream. More...
 
class  FixedLengthReadDataProvider
 Provides a data provider for reading fixed-length files. More...
 
class  FixedLengthReadDataProviderFactory
 The read-only fixed-length data provider factory. More...
 
class  FixedLengthWriteDataProvider
 Provides a data provider for reading fixed-length files. More...
 
class  FixedLengthWriteDataProviderFactory
 The read-only fixed-length data provider factory. More...
 
class  FixedLengthWriter
 Writer for fixed-length line output data. More...
 

Variables

const EOL_MACINTOSH = "\r"
 Old (pre-OSX) Macintosh end of line character sequence.
 
const EOL_UNIX = "\n"
 Unix end of line character sequence (for new OS X too)
 
const EOL_WIN = "\r\n"
 MS DOS/Windows end of line character sequence.
 

Detailed Description

The FixedLengthUtil namespace contains all the definitions in the FixedLengthUtil module.

Qore FixedLengthWriteDataProviderFactory class definition.

Contains all public definitions in the FixedLengthUtil module.

Qore FixedLengthReadDataProviderFactory class definition.

FixedLengthReadDataProviderFactory.qc Copyright 2019 Qore Technologies, s.r.o.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. strict argument handling Contains all public definitions in the FixedLengthUtil module

FixedLengthWriteDataProviderFactory.qc Copyright 2019 Qore Technologies, s.r.o.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. strict argument handling Contains all public definitions in the FixedLengthUtil module