decode
fun <T> Sequence<String>.decode(deserializationStrategy: DeserializationStrategy<T>, format: FixedLengthFormat = FixedLengthFormat): Sequence<T>(source)
fun <T> Readable.decode(deserializer: DeserializationStrategy<T>, format: FixedLengthFormat = FixedLengthFormat): Iterable<T>(source)
fun <T> Stream<String>.decode(deserializer: DeserializationStrategy<T>, format: FixedLengthFormat = FixedLengthFormat): Iterable<T>(source)