package decoders
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
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
- object BCDNumberDecoders
- object BinaryNumberDecoders
-
object
BinaryUtils
Utilites for decoding Cobol binary data files *
- object DecoderSelector
- object FloatingPointDecoders
- object FloatingPointFormat extends Enumeration
- object StringDecoders
- object StringTools