Packages

package decoders

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

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

    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
  2. object BinaryNumberDecoders
  3. object BinaryUtils

    Utilites for decoding Cobol binary data files *

  4. object DecoderSelector
  5. object FloatingPointDecoders
  6. object FloatingPointFormat extends Enumeration
  7. object StringDecoders
  8. object StringTools

Ungrouped