Package

za.co.absa.cobrix.cobol.parser

decoders

Permalink

package decoders

Visibility
  1. Public
  2. All

Type Members

  1. class AsciiStringDecoderWrapper extends Serializable with (Array[Byte]) ⇒ Any

    Permalink

    This class is an ASCII string decoder wrapper to workaround Charset not being serializable.

    This class is an ASCII string decoder wrapper to workaround Charset not being serializable. An instance of this class can be casted to (Array[Byte] => Any) - a function for decoding an array of bytes into an arbitrary type. For this decoder the output type is always string.

    returns

    A string representation of the binary data

Value Members

  1. object BCDNumberDecoders

    Permalink
  2. object BinaryNumberDecoders

    Permalink
  3. object BinaryUtils

    Permalink

    Utilites for decoding Cobol binary data files *

  4. object DecoderSelector

    Permalink
  5. object FloatingPointDecoders

    Permalink
  6. object FloatingPointFormat extends Enumeration

    Permalink
  7. object StringDecoders

    Permalink
  8. object StringTools

    Permalink

Ungrouped