Skip navigation links
B C D E F G H M O R S T V W _ 

B

BaseBuilder - Interface in org.refcodes.codec
The BaseBuilder provides the functionality to do base encoding and decoding such as done by the Base64 encoding and decoding functionality (see "https://en.wikipedia.org/wiki/Base64").
BaseBuilderImpl - Class in org.refcodes.codec
Vanilla plain implementation of the BaseBuilder interface.
BaseBuilderImpl() - Constructor for class org.refcodes.codec.BaseBuilderImpl
 
BaseConfig - Enum in org.refcodes.codec
This enumeration provides access to pre-configured BaseMetrics to be used by a BaseBuilder, a BaseDecoder, a BaseEncoder or the like..
BaseDecoder - Interface in org.refcodes.codec
The BaseDecoder implements the BaseBuilder functionality in terms of a ByteReceiver.
BaseDecoder.BaseDecoderProvider - Interface in org.refcodes.codec
The BaseDecoder.BaseDecoderProvider implements the BaseDecoder functionality in terms of a ConnectionComponent.
BaseDecoderImpl - Class in org.refcodes.codec
Vanilla plain implementation of the BaseDecoder interface to be used with ByteReceiver instances.
BaseDecoderImpl(ByteProvider) - Constructor for class org.refcodes.codec.BaseDecoderImpl
Constructs the BaseDecoder reading the data to be decoded from the provided ByteProvider.
BaseDecoderImpl(ByteReceiver) - Constructor for class org.refcodes.codec.BaseDecoderImpl
Constructs the BaseDecoder reading the data to be decoded from the provided ByteReceiver.
BaseDecoderImpl() - Constructor for class org.refcodes.codec.BaseDecoderImpl
Explicit default constructor.
BaseDecoderImpl.BaseDecoderProviderImpl - Class in org.refcodes.codec
Vanilla plain implementation of the BaseDecoderProvider interface to be used with ByteProvider (ByteReceiver) instances.
BaseDecoderProviderImpl() - Constructor for class org.refcodes.codec.BaseDecoderImpl.BaseDecoderProviderImpl
 
BaseEncoder - Interface in org.refcodes.codec
The BaseEncoder implements the BaseBuilder functionality in terms of a ByteSender.It implements the Encoder interface attaching to the "refcodes-io" artifact via the Encoder interface.
BaseEncoder.BaseEncoderConsumer - Interface in org.refcodes.codec
The BaseEncoder.BaseEncoderConsumer implements the BaseEncoder functionality in terms of a ConnectionComponent.
BaseEncoderConsumerImpl() - Constructor for class org.refcodes.codec.BaseEncoderImpl.BaseEncoderConsumerImpl
 
BaseEncoderImpl - Class in org.refcodes.codec
Vanilla plain implementation of the BaseEncoder interface to be used with ByteSender instances.
BaseEncoderImpl(ByteConsumer) - Constructor for class org.refcodes.codec.BaseEncoderImpl
Constructs the BaseEncoder instance using the provided ByteConsumer to receive the encoded data.
BaseEncoderImpl(ByteSender) - Constructor for class org.refcodes.codec.BaseEncoderImpl
Constructs the BaseEncoder instance using the provided ByteSender to receive the encoded data.
BaseEncoderImpl() - Constructor for class org.refcodes.codec.BaseEncoderImpl
Explicit default constructor.
BaseEncoderImpl.BaseEncoderConsumerImpl - Class in org.refcodes.codec
Vanilla plain implementation of the BaseEncoderConsumer interface to be used with ByteConsumer (ByteSender) instances.
BaseInputStreamDecoderImpl - Class in org.refcodes.codec
Vanilla plain implementation of the BaseDecoder interface to be used with InputStream instances.
BaseInputStreamDecoderImpl(InputStream) - Constructor for class org.refcodes.codec.BaseInputStreamDecoderImpl
Instantiates a new base input stream decoder impl.
BaseMetrics - Interface in org.refcodes.codec
The BaseMetrics provide the metrics for a codec to be used by an implementation of the BaseBuilder, the BaseDecoder, the BaseEncoder or the like.
BaseMetricsAccessor - Interface in org.refcodes.codec
Provides an accessor for a base codec metrics property.
BaseMetricsAccessor.BaseCodecMetricsProperty - Interface in org.refcodes.codec
Provides a base codec metrics property.
BaseMetricsAccessor.BaseMetricsBuilder<B extends BaseMetricsAccessor.BaseMetricsBuilder<B>> - Interface in org.refcodes.codec
Provides a builder method for a base codec metrics property returning the builder for applying multiple build operations.
BaseMetricsAccessor.BaseMetricsMutator - Interface in org.refcodes.codec
Provides a mutator for a base codec metrics property.
BaseMetricsImpl - Class in org.refcodes.codec
BaseMetrics implementation for playing around with your own configuration.
BaseMetricsImpl(int) - Constructor for class org.refcodes.codec.BaseMetricsImpl
Instantiates a new base metrics impl.
BaseMetricsImpl(int, char[]) - Constructor for class org.refcodes.codec.BaseMetricsImpl
Instantiates a new base metrics impl.
BaseMetricsImpl(int, char[], char) - Constructor for class org.refcodes.codec.BaseMetricsImpl
Instantiates a new base metrics impl.
BaseMetricsImpl(int, int, int, int, int, char[]) - Constructor for class org.refcodes.codec.BaseMetricsImpl
Instantiates a new base metrics impl.
BaseMetricsImpl(int, int, int, int, int, char[], char) - Constructor for class org.refcodes.codec.BaseMetricsImpl
Instantiates a new base metrics impl.
BaseMetricsImpl(BaseMetrics) - Constructor for class org.refcodes.codec.BaseMetricsImpl
Instantiates a new base metrics impl.
BaseOutputStreamEncoderImpl - Class in org.refcodes.codec
Vanilla plain implementation of the BaseEncoder interface to be used with OutputStream instances.
BaseOutputStreamEncoderImpl(OutputStream) - Constructor for class org.refcodes.codec.BaseOutputStreamEncoderImpl
Instantiates a new base output stream encoder impl.

C

ChannelSelector - Enum in org.refcodes.codec
The Enum ChannelSelector.
ChannelSelectorAccessor - Interface in org.refcodes.codec
Provides an accessor for a channel selector property.
ChannelSelectorAccessor.ChannelSelectorBuilder<B extends ChannelSelectorAccessor.ChannelSelectorBuilder<B>> - Interface in org.refcodes.codec
Provides a builder method for a channel selector property returning the builder for applying multiple build operations.
ChannelSelectorAccessor.ChannelSelectorMutator - Interface in org.refcodes.codec
Provides a mutator for a channel selector property.
ChannelSelectorAccessor.ChannelSelectorProperty - Interface in org.refcodes.codec
Provides a channel selector property.
close() - Method in class org.refcodes.codec.BaseDecoderImpl
close() - Method in class org.refcodes.codec.BaseEncoderImpl
close() - Method in class org.refcodes.codec.ModemEncoderImpl
 

D

Decoder - Interface in org.refcodes.codec
The Decoder provides a bridge to the "refcodes-io" artifact by attaching to the ByteReceiver interface, thereby increasing the usage scenarios of any Decoder implementation.
DemodulatorStatus - Enum in org.refcodes.codec
The Enum DemodulatorStatus.
DemodulatorStatusAccessor - Interface in org.refcodes.codec
Provides an accessor for a Demodulator-Status property.
DemodulatorStatusAccessor.DemodulatorStatusBuilder<B extends DemodulatorStatusAccessor.DemodulatorStatusBuilder<B>> - Interface in org.refcodes.codec
Provides a builder method for a Demodulator-Status property returning the builder for applying multiple build operations.
DemodulatorStatusAccessor.DemodulatorStatusMutator - Interface in org.refcodes.codec
Provides a mutator for a Demodulator-Status property.
DemodulatorStatusAccessor.DemodulatorStatusProperty - Interface in org.refcodes.codec
Provides a Demodulator-Status property.

E

Encoder - Interface in org.refcodes.codec
The Encoder provides a bridge to the "refcodes-io" artifact by attaching to the ByteSender interface, thereby increasing the usage scenarios of any Encoder implementation.
equals(Object) - Method in class org.refcodes.codec.BaseMetricsImpl

F

flush() - Method in class org.refcodes.codec.BaseEncoderImpl
flush() - Method in class org.refcodes.codec.ModemEncoderImpl
 
FrequencyThreshold - Enum in org.refcodes.codec
The Enum FrequencyThreshold.
FrequencyThresholdAccessor - Interface in org.refcodes.codec
Provides an accessor for a frequency threshold property.
FrequencyThresholdAccessor.FrequencyThresholdBuilder<B extends FrequencyThresholdAccessor.FrequencyThresholdBuilder<B>> - Interface in org.refcodes.codec
Provides a builder method for a frequency threshold property returning the builder for applying multiple build operations.
FrequencyThresholdAccessor.FrequencyThresholdMutator - Interface in org.refcodes.codec
Provides a mutator for a frequency threshold property.
FrequencyThresholdAccessor.FrequencyThresholdProperty - Interface in org.refcodes.codec
Provides a frequency threshold property.

G

getBaseMetrics() - Method in class org.refcodes.codec.BaseBuilderImpl
Retrieves the base codec metrics from the base codec metrics property.
getBaseMetrics() - Method in class org.refcodes.codec.BaseDecoderImpl
Retrieves the base codec metrics from the base codec metrics property.
getBaseMetrics() - Method in class org.refcodes.codec.BaseEncoderImpl
Retrieves the base codec metrics from the base codec metrics property.
getBaseMetrics() - Method in interface org.refcodes.codec.BaseMetricsAccessor
Retrieves the base codec metrics from the base codec metrics property.
getBaudRate() - Method in enum org.refcodes.codec.ModemMode
The baud rate of this this mode.
getBitsPerDigit() - Method in enum org.refcodes.codec.BaseConfig
Number in bits for one digit.
getBitsPerDigit() - Method in interface org.refcodes.codec.BaseMetrics
Number in bits for one digit.
getBitsPerDigit() - Method in class org.refcodes.codec.BaseMetricsImpl
Number in bits for one digit.
getBytesPerInt() - Method in enum org.refcodes.codec.BaseConfig
Number of bytes to exactly store a minimum number of digits.
getBytesPerInt() - Method in interface org.refcodes.codec.BaseMetrics
Number of bytes to exactly store a minimum number of digits.
getBytesPerInt() - Method in class org.refcodes.codec.BaseMetricsImpl
Number of bytes to exactly store a minimum number of digits.
getBytesPerSample() - Method in enum org.refcodes.codec.ModulationFormat
Returns the bytes/sample for the according audio mode.
getChannelSelector() - Method in interface org.refcodes.codec.ChannelSelectorAccessor
Retrieves the channel selector from the channel selector property.
getChannelSelector() - Method in class org.refcodes.codec.ModemMetricsImpl
Retrieves the channel selector from the channel selector property.
getCharSet() - Method in enum org.refcodes.codec.BaseConfig
getCharSet() - Method in interface org.refcodes.codec.BaseMetrics
getCharSet() - Method in class org.refcodes.codec.BaseMetricsImpl
getDecodedData() - Method in interface org.refcodes.codec.BaseBuilder
Retrieves the decoded data from the decoded data property.
getDecodedData() - Method in class org.refcodes.codec.BaseBuilderImpl
Retrieves the decoded data from the decoded data property.
getDemodulatorStatus() - Method in interface org.refcodes.codec.DemodulatorStatusAccessor
Retrieves the Demodulator-Status from the Demodulator-Status property.
getDemodulatorStatus() - Method in class org.refcodes.codec.ModemDecoderImpl
Retrieves the Demodulator-Status from the Demodulator-Status property.
getDigitMask() - Method in enum org.refcodes.codec.BaseConfig
The digit mask is the bit-field covering just the digit's bits (starting at bit 0).
getDigitMask() - Method in interface org.refcodes.codec.BaseMetrics
The digit mask is the bit-field covering just the digit's bits (starting at bit 0).
getDigitMask() - Method in class org.refcodes.codec.BaseMetricsImpl
The digit mask is the bit-field covering just the digit's bits (starting at bit 0).
getDigitsPerByte() - Method in enum org.refcodes.codec.BaseConfig
Number of digits required to represent a byte.
getDigitsPerByte() - Method in interface org.refcodes.codec.BaseMetrics
Number of digits required to represent a byte.
getDigitsPerByte() - Method in class org.refcodes.codec.BaseMetricsImpl
Number of digits required to represent a byte.
getDigitsPerInt() - Method in enum org.refcodes.codec.BaseConfig
Number of digits stored in an integer.
getDigitsPerInt() - Method in interface org.refcodes.codec.BaseMetrics
Number of digits stored in an integer.
getDigitsPerInt() - Method in class org.refcodes.codec.BaseMetricsImpl
Number of digits stored in an integer.
getEncodedText() - Method in interface org.refcodes.codec.BaseBuilder
Retrieves the encoded text from the encoded text property.
getEncodedText() - Method in class org.refcodes.codec.BaseBuilderImpl
Retrieves the encoded text from the encoded text property.
getFrequencyThreshold() - Method in interface org.refcodes.codec.FrequencyThresholdAccessor
Retrieves the frequency threshold from the frequency threshold property.
getFrequencyThreshold() - Method in class org.refcodes.codec.ModemMetricsImpl
Retrieves the frequency threshold from the frequency threshold property.
getHigherFrequency() - Method in enum org.refcodes.codec.ModemMode
The higher frequency for this mode.
getLowerFrequency() - Method in enum org.refcodes.codec.ModemMode
The lower frequency for this mode.
getMode() - Method in enum org.refcodes.codec.ModemMode
getModemMode() - Method in class org.refcodes.codec.ModemMetricsImpl
Retrieves the Modem-Mode from the Modem-Mode property.
getModemMode() - Method in interface org.refcodes.codec.ModemModeAccessor
Retrieves the Modem-Mode from the Modem-Mode property.
getModulationFormat() - Method in class org.refcodes.codec.ModemMetricsImpl
Retrieves the modulation format from the pulse-code modulation format property.
getModulationFormat() - Method in interface org.refcodes.codec.ModulationFormatAccessor
Retrieves the modulation format from the pulse-code modulation format property.
getModulatorStatus() - Method in class org.refcodes.codec.ModemEncoderImpl
 
getModulatorStatus() - Method in interface org.refcodes.codec.ModulatorStatusAccessor
Retrieves the Modulator-Status from the Modulator-Status property.
getNumberBase() - Method in enum org.refcodes.codec.BaseConfig
getNumberBase() - Method in class org.refcodes.codec.BaseMetricsImpl
getPaddingChar() - Method in enum org.refcodes.codec.BaseConfig
getPaddingChar() - Method in class org.refcodes.codec.BaseMetricsImpl
getPercent() - Method in enum org.refcodes.codec.FrequencyThreshold
getSampleRate() - Method in class org.refcodes.codec.ModemMetricsImpl
Retrieves the sample rate from the sample rate property.
getSampleRate() - Method in interface org.refcodes.codec.SampleRateAccessor
Retrieves the sample rate from the sample rate property.
getSilenceThreshold() - Method in enum org.refcodes.codec.ModulationFormat
Returns the root mean square silence threshold for the according audio mode.
getValue() - Method in enum org.refcodes.codec.SampleRate

H

hasDatagram() - Method in class org.refcodes.codec.BaseDecoderImpl
hasDatagram() - Method in class org.refcodes.codec.ModemDecoderImpl
 
hashCode() - Method in class org.refcodes.codec.BaseMetricsImpl

M

ModemByteDecoderProviderImpl(ModemMetrics) - Constructor for class org.refcodes.codec.ModemDecoderImpl.ModemByteDecoderProviderImpl
 
ModemDecoder - Interface in org.refcodes.codec
The ModemDecoder implements a Frequency-shift keyring decoder
ModemDecoder.ModemByteDecoderProvider - Interface in org.refcodes.codec
The ModemDecoder.ModemByteDecoderProvider implements the ModemDecoder functionality in terms of a ConnectionComponent.
ModemDecoder.ModemShortDecoderProvider - Interface in org.refcodes.codec
The ModemDecoder.ModemShortDecoderProvider implements the ModemDecoder functionality in terms of a ConnectionComponent.
ModemDecoderImpl - Class in org.refcodes.codec
 
ModemDecoderImpl(ModemMetrics, ByteProvider) - Constructor for class org.refcodes.codec.ModemDecoderImpl
 
ModemDecoderImpl(ModemMetrics, ShortProvider) - Constructor for class org.refcodes.codec.ModemDecoderImpl
 
ModemDecoderImpl(ModemMetrics, ShortReceiver) - Constructor for class org.refcodes.codec.ModemDecoderImpl
 
ModemDecoderImpl(ModemMetrics, ByteReceiver) - Constructor for class org.refcodes.codec.ModemDecoderImpl
 
ModemDecoderImpl(ModemMetrics) - Constructor for class org.refcodes.codec.ModemDecoderImpl
 
ModemDecoderImpl.ModemByteDecoderProviderImpl - Class in org.refcodes.codec
Vanilla plain implementation of the ModemByteDecoderProvider interface to be used with ByteProvider (ByteReceiver) instances.
ModemDecoderImpl.ModemShortDecoderProviderImpl - Class in org.refcodes.codec
Vanilla plain implementation of the ModemByteDecoderProvider interface to be used with ByteProvider (ByteReceiver) instances.
ModemEncoder - Interface in org.refcodes.codec
The ModemEncoder implements a Frequency-shift keyring encoder
ModemEncoder.ModemEncoderConsumer - Interface in org.refcodes.codec
The ModemEncoder.ModemEncoderConsumer implements the ModemEncoder functionality in terms of a ConnectionComponent.
ModemEncoderImpl - Class in org.refcodes.codec
 
ModemEncoderImpl(ModemMetrics, ByteConsumer) - Constructor for class org.refcodes.codec.ModemEncoderImpl
 
ModemEncoderImpl(ModemMetrics, ShortConsumer) - Constructor for class org.refcodes.codec.ModemEncoderImpl
 
ModemEncoderImpl(ModemMetrics, ByteSender) - Constructor for class org.refcodes.codec.ModemEncoderImpl
 
ModemEncoderImpl(ModemMetrics, ShortSender) - Constructor for class org.refcodes.codec.ModemEncoderImpl
 
ModemEncoderImpl(ModemMetrics) - Constructor for class org.refcodes.codec.ModemEncoderImpl
 
ModemMetrics - Interface in org.refcodes.codec
The Interface ModemMetrics.
ModemMetricsImpl - Class in org.refcodes.codec
The Class ModemMetricsImpl.
ModemMetricsImpl(SampleRate, ModulationFormat, ChannelSelector, ModemMode, FrequencyThreshold) - Constructor for class org.refcodes.codec.ModemMetricsImpl
Instantiates a new modem metrics impl.
ModemMode - Enum in org.refcodes.codec
The Enum ModemMode.
ModemModeAccessor - Interface in org.refcodes.codec
Provides an accessor for a Modem-Mode property.
ModemModeAccessor.ModemModeBuilder<B extends ModemModeAccessor.ModemModeBuilder<B>> - Interface in org.refcodes.codec
Provides a builder method for a Modem-Mode property returning the builder for applying multiple build operations.
ModemModeAccessor.ModemModeMutator - Interface in org.refcodes.codec
Provides a mutator for a Modem-Mode property.
ModemModeAccessor.ModemModeProperty - Interface in org.refcodes.codec
Provides a Modem-Mode property.
ModemShortDecoderProviderImpl(ModemMetrics) - Constructor for class org.refcodes.codec.ModemDecoderImpl.ModemShortDecoderProviderImpl
 
ModulationFormat - Enum in org.refcodes.codec
Pulse-code modulation format: Defines the according pulse-code modulation format with the according silence threshold (root mean square).
ModulationFormatAccessor - Interface in org.refcodes.codec
Provides an accessor for a modulation format property.
ModulationFormatAccessor.ModulationFormatBuilder<B extends ModulationFormatAccessor.ModulationFormatBuilder<B>> - Interface in org.refcodes.codec
Provides a builder method for a modulation format property returning the builder for applying multiple build operations.
ModulationFormatAccessor.ModulationFormatMutator - Interface in org.refcodes.codec
Provides a mutator for a modulation format property.
ModulationFormatAccessor.ModulationFormatProperty - Interface in org.refcodes.codec
Provides a modulation format property.
ModulatorStatus - Enum in org.refcodes.codec
The Enum ModulatorStatus.
ModulatorStatusAccessor - Interface in org.refcodes.codec
Provides an accessor for a Modulator-Status property.
ModulatorStatusAccessor.ModulatorStatusBuilder<B extends ModulatorStatusAccessor.ModulatorStatusBuilder<B>> - Interface in org.refcodes.codec
Provides a builder method for a Modulator-Status property returning the builder for applying multiple build operations.
ModulatorStatusAccessor.ModulatorStatusMutator - Interface in org.refcodes.codec
Provides a mutator for a Modulator-Status property.
ModulatorStatusAccessor.ModulatorStatusProperty - Interface in org.refcodes.codec
Provides a Modulator-Status property.

O

open(ByteProvider) - Method in class org.refcodes.codec.BaseDecoderImpl.BaseDecoderProviderImpl
Open.
open(ByteProvider) - Method in class org.refcodes.codec.BaseDecoderImpl
Open.
open(ByteConsumer) - Method in class org.refcodes.codec.BaseEncoderImpl.BaseEncoderConsumerImpl
Open.
open(ByteConsumer) - Method in class org.refcodes.codec.BaseEncoderImpl
Open.
open(ByteProvider) - Method in class org.refcodes.codec.ModemDecoderImpl.ModemByteDecoderProviderImpl
 
open(ShortProvider) - Method in class org.refcodes.codec.ModemDecoderImpl.ModemShortDecoderProviderImpl
 
open() - Method in class org.refcodes.codec.ModemEncoderImpl
 
open(ShortConsumer) - Method in class org.refcodes.codec.ModemEncoderImpl
 
open(ByteConsumer) - Method in class org.refcodes.codec.ModemEncoderImpl
 
org.refcodes.codec - package org.refcodes.codec
 

R

readDatagram() - Method in class org.refcodes.codec.BaseDecoderImpl
readDatagram() - Method in class org.refcodes.codec.ModemDecoderImpl
readDatagrams() - Method in class org.refcodes.codec.BaseDecoderImpl
readDatagrams() - Method in class org.refcodes.codec.ModemDecoderImpl
readDatagrams(int) - Method in class org.refcodes.codec.ModemDecoderImpl
releaseAll() - Method in class org.refcodes.codec.BaseDecoderImpl

S

SampleRate - Enum in org.refcodes.codec
The Enum SampleRate.
SampleRateAccessor - Interface in org.refcodes.codec
Provides an accessor for a sample rate property.
SampleRateAccessor.SampleRateBuilder<B extends SampleRateAccessor.SampleRateBuilder<B>> - Interface in org.refcodes.codec
Provides a builder method for a sample rate property returning the builder for applying multiple build operations.
SampleRateAccessor.SampleRateMutator - Interface in org.refcodes.codec
Provides a mutator for a sample rate property.
SampleRateAccessor.SampleRateProperty - Interface in org.refcodes.codec
Provides a sample rate property.
setBaseMetrics(int) - Method in interface org.refcodes.codec.BaseBuilder
Sets the number base for the number base property.
setBaseMetrics(BaseMetrics) - Method in class org.refcodes.codec.BaseBuilderImpl
Sets the base codec metrics for the base codec metrics property.
setBaseMetrics(BaseMetrics) - Method in class org.refcodes.codec.BaseDecoderImpl
Sets the base codec metrics for the base codec metrics property.
setBaseMetrics(BaseMetrics) - Method in class org.refcodes.codec.BaseEncoderImpl
Sets the base codec metrics for the base codec metrics property.
setBaseMetrics(BaseMetrics) - Method in interface org.refcodes.codec.BaseMetricsAccessor.BaseMetricsMutator
Sets the base codec metrics for the base codec metrics property.
setChannelSelector(ChannelSelector) - Method in interface org.refcodes.codec.ChannelSelectorAccessor.ChannelSelectorMutator
Sets the channel selector for the channel selector property.
setDecodedData(byte[]) - Method in interface org.refcodes.codec.BaseBuilder
Sets the decoded data for the decoded data property.
setDecodedData(long) - Method in interface org.refcodes.codec.BaseBuilder
Sets the decoded data for the decoded data property.
setDecodedData(byte[]) - Method in class org.refcodes.codec.BaseBuilderImpl
Sets the decoded data for the decoded data property.
setDecodedData(long) - Method in class org.refcodes.codec.BaseBuilderImpl
Sets the decoded data for the decoded data property.
setDemodulatorStatus(DemodulatorStatus) - Method in interface org.refcodes.codec.DemodulatorStatusAccessor.DemodulatorStatusMutator
Sets the Demodulator-Status for the Demodulator-Status property.
setEncodedText(String) - Method in interface org.refcodes.codec.BaseBuilder
Sets the encoded text for the encoded text property.
setEncodedText(String) - Method in class org.refcodes.codec.BaseBuilderImpl
Sets the encoded text for the encoded text property.
setFrequencyThreshold(FrequencyThreshold) - Method in interface org.refcodes.codec.FrequencyThresholdAccessor.FrequencyThresholdMutator
Sets the frequency threshold for the frequency threshold property.
setModemMode(ModemMode) - Method in interface org.refcodes.codec.ModemModeAccessor.ModemModeMutator
Sets the Modem-Mode for the Modem-Mode property.
setModulationFormat(ModulationFormat) - Method in interface org.refcodes.codec.ModulationFormatAccessor.ModulationFormatMutator
Sets the modulation format for the pulse-code modulation format property.
setModulatorStatus(ModulatorStatus) - Method in interface org.refcodes.codec.ModulatorStatusAccessor.ModulatorStatusMutator
Sets the Modulator-Status for the Modulator-Status property.
setSampleRate(SampleRate) - Method in interface org.refcodes.codec.SampleRateAccessor.SampleRateMutator
Sets the sample rate for the sample rate property.

T

toBaseCodec(int) - Static method in enum org.refcodes.codec.BaseConfig
To base codec.
toBitsPerDigit(int) - Static method in class org.refcodes.codec.BaseMetricsImpl
To bits per digit.
toBytes(byte[], int, int, int, BaseMetrics) - Static method in class org.refcodes.codec.BaseBuilderImpl
To bytes.
toBytesPerInt(int) - Static method in class org.refcodes.codec.BaseMetricsImpl
To bytes per int.
toChar(int) - Method in enum org.refcodes.codec.BaseConfig
Retrieves the (encoded) character for the (decoded) value.
toChar(int) - Method in interface org.refcodes.codec.BaseMetrics
Retrieves the (encoded) character for the (decoded) value.
toChar(int) - Method in class org.refcodes.codec.BaseMetricsImpl
Retrieves the (encoded) character for the (decoded) value.
toDecodedData(String) - Method in interface org.refcodes.codec.BaseBuilder
Retrieves the decoded data calculated from the provided encoded text.
toDecodedData(String) - Method in class org.refcodes.codec.BaseBuilderImpl
Retrieves the decoded data calculated from the provided encoded text.
toDecodedData(String, BaseMetrics) - Static method in class org.refcodes.codec.BaseBuilderImpl
To decoded data.
toDecodedSize(String, BaseMetrics) - Static method in class org.refcodes.codec.BaseBuilderImpl
To decoded size.
toDigitMask(int) - Static method in class org.refcodes.codec.BaseMetricsImpl
To digit mask.
toDigitsPerByte(int) - Static method in class org.refcodes.codec.BaseMetricsImpl
To digits per byte.
toDigitsPerInt(int, int) - Static method in class org.refcodes.codec.BaseMetricsImpl
To digits per int.
toEncodedText(byte[]) - Method in interface org.refcodes.codec.BaseBuilder
Retrieves the encoded text calculated from the decoded data.
toEncodedText(long) - Method in interface org.refcodes.codec.BaseBuilder
Retrieves the encoded text calculated from the decoded data.
toEncodedText(byte[]) - Method in class org.refcodes.codec.BaseBuilderImpl
Retrieves the encoded text calculated from the decoded data.
toEncodedText(long) - Method in class org.refcodes.codec.BaseBuilderImpl
Retrieves the encoded text calculated from the decoded data.
toEncodedText(byte[], BaseMetrics) - Static method in class org.refcodes.codec.BaseBuilderImpl
To encoded text.
toHigherFrequencyUpperThreshold() - Method in interface org.refcodes.codec.ModemMetrics
Calculates the upper threshold for the higher frequency.
toHigherFrequencyUpperThreshold() - Method in class org.refcodes.codec.ModemMetricsImpl
Calculates the upper threshold for the higher frequency.
toLowerFrequencyUpperThreshold() - Method in interface org.refcodes.codec.ModemMetrics
Calculates the upper threshold for the lower frequency.
toLowerFrequencyUpperThreshold() - Method in class org.refcodes.codec.ModemMetricsImpl
Calculates the upper threshold for the lower frequency.
toSamplesPerBit() - Method in interface org.refcodes.codec.ModemMetrics
Calculates the samples per bit.
toSamplesPerBit() - Method in class org.refcodes.codec.ModemMetricsImpl
Calculates the samples per bit.
toString() - Method in enum org.refcodes.codec.BaseConfig
toString() - Method in class org.refcodes.codec.BaseMetricsImpl
toValue(char) - Method in enum org.refcodes.codec.BaseConfig
Retrieves the (decoded) value for the (encoded) character.
toValue(char) - Method in interface org.refcodes.codec.BaseMetrics
Retrieves the (decoded) value for the (encoded) character.
toValue(char) - Method in class org.refcodes.codec.BaseMetricsImpl
Retrieves the (decoded) value for the (encoded) character.

V

valueOf(String) - Static method in enum org.refcodes.codec.BaseConfig
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.codec.ChannelSelector
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.codec.DemodulatorStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.codec.FrequencyThreshold
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.codec.ModemMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.codec.ModulationFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.codec.ModulatorStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.codec.SampleRate
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.refcodes.codec.BaseConfig
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.codec.ChannelSelector
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.codec.DemodulatorStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.codec.FrequencyThreshold
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.codec.ModemMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.codec.ModulationFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.codec.ModulatorStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.codec.SampleRate
Returns an array containing the constants of this enum type, in the order they are declared.

W

withBaseMetrics(BaseMetrics) - Method in interface org.refcodes.codec.BaseBuilder
Sets the base codec metrics for the base codec metrics property.
withBaseMetrics(int) - Method in interface org.refcodes.codec.BaseBuilder
Sets the number base for the number base property.
withBaseMetrics(BaseMetrics) - Method in class org.refcodes.codec.BaseDecoderImpl
Sets the base codec metrics for the base codec metrics property.
withBaseMetrics(BaseMetrics) - Method in class org.refcodes.codec.BaseEncoderImpl
Sets the base codec metrics for the base codec metrics property.
withBaseMetrics(BaseMetrics) - Method in interface org.refcodes.codec.BaseMetricsAccessor.BaseMetricsBuilder
Sets the base codec metrics for the base codec metrics property.
withChannelSelector(ChannelSelector) - Method in interface org.refcodes.codec.ChannelSelectorAccessor.ChannelSelectorBuilder
Sets the channel selector for the channel selector property.
withDecodedData(byte[]) - Method in interface org.refcodes.codec.BaseBuilder
Sets the decoded data for the decoded data property.
withDecodedData(long) - Method in interface org.refcodes.codec.BaseBuilder
Sets the decoded data for the decoded data property.
withDemodulatorStatus(DemodulatorStatus) - Method in interface org.refcodes.codec.DemodulatorStatusAccessor.DemodulatorStatusBuilder
Sets the Demodulator-Status for the Demodulator-Status property.
withEncodedText(String) - Method in interface org.refcodes.codec.BaseBuilder
Sets the encoded text for the encoded text property.
withFrequencyThreshold(FrequencyThreshold) - Method in interface org.refcodes.codec.FrequencyThresholdAccessor.FrequencyThresholdBuilder
Sets the frequency threshold for the frequency threshold property.
withModemMode(ModemMode) - Method in interface org.refcodes.codec.ModemModeAccessor.ModemModeBuilder
Sets the Modem-Mode for the Modem-Mode property.
withModulationFormat(ModulationFormat) - Method in interface org.refcodes.codec.ModulationFormatAccessor.ModulationFormatBuilder
Sets the modulation format for the pulse-code modulation format property.
withModulatorStatus(ModulatorStatus) - Method in interface org.refcodes.codec.ModulatorStatusAccessor.ModulatorStatusBuilder
Sets the Modulator-Status for the Modulator-Status property.
withSampleRate(SampleRate) - Method in interface org.refcodes.codec.SampleRateAccessor.SampleRateBuilder
Sets the sample rate for the sample rate property.
writeDatagram(byte) - Method in class org.refcodes.codec.BaseEncoderImpl
writeDatagrams(byte[]) - Method in class org.refcodes.codec.BaseEncoderImpl
writeDatagrams(byte[], int, int) - Method in class org.refcodes.codec.BaseEncoderImpl
writeDatagrams(byte[], int, int) - Method in class org.refcodes.codec.ModemEncoderImpl
 

_

_byteReceiver - Variable in class org.refcodes.codec.ModemDecoderImpl
 
_datagramQueue - Variable in class org.refcodes.codec.ModemDecoderImpl
 
_modemMetrics - Variable in class org.refcodes.codec.ModemDecoderImpl
 
_modulatorStatus - Variable in class org.refcodes.codec.ModemEncoderImpl
 
_shortReceiver - Variable in class org.refcodes.codec.ModemDecoderImpl
 
B C D E F G H M O R S T V W _ 
Skip navigation links

Copyright © 2018. All rights reserved.