static Stream<? extends Plc4XSupportedDataTypes.DataTypePair<?>> |
Plc4XSupportedDataTypes.streamOfBigEndianDataTypePairs()
A Stream of instances of Classes plc4x can currently support with their according big endian byte representation.
|
static Stream<? extends Plc4XSupportedDataTypes.DataTypePair<?>> |
Plc4XSupportedDataTypes.streamOfBigEndianDataTypePairs(Stream<Class<? extends Serializable>> inputStream)
A Stream of instances of Classes which are defined by inputStream can currently support with their according big endian byte representation.
|
static Stream<? extends Plc4XSupportedDataTypes.DataTypePair<?>> |
Plc4XSupportedDataTypes.streamOfLittleEndianDataTypePairs()
A Stream of instances of Classes plc4x can currently support with their according little endian byte representation.
|
static Stream<? extends Plc4XSupportedDataTypes.DataTypePair<?>> |
Plc4XSupportedDataTypes.streamOfLittleEndianDataTypePairs(Stream<Class<? extends Serializable>> inputStream)
A Stream of instances of Classes which are defined by inputStream can currently support with their according little endian byte representation.
|