A B C D E F G H I L M O P R S T V W _ 
All Classes All Packages

A

available() - Method in class org.refcodes.codec.BaseDecoder
available() - Method in class org.refcodes.codec.BaseDecoderInputStream
available() - Method in class org.refcodes.codec.ModemDecoderImpl

B

BASE16 - org.refcodes.codec.BaseMetricsConfig
 
BASE2 - org.refcodes.codec.BaseMetricsConfig
 
BASE32 - org.refcodes.codec.BaseMetricsConfig
 
BASE4 - org.refcodes.codec.BaseMetricsConfig
 
BASE64 - org.refcodes.codec.BaseMetricsConfig
 
BASE64_ARABIC - org.refcodes.codec.BaseMetricsConfig
 
BASE64_URL - org.refcodes.codec.BaseMetricsConfig
 
BASE8 - org.refcodes.codec.BaseMetricsConfig
 
BaseBuilder - Class 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").
BaseBuilder() - Constructor for class org.refcodes.codec.BaseBuilder
 
BaseDecoder - Class in org.refcodes.codec
The BaseDecoder implements the BaseBuilder functionality in terms of a BytesReceiver.
BaseDecoder() - Constructor for class org.refcodes.codec.BaseDecoder
Explicit default constructor.
BaseDecoder(InputStream) - Constructor for class org.refcodes.codec.BaseDecoder
Constructs the BaseDecoder reading the data to be decoded from the provided InputStream.
BaseDecoder(InputStream, BaseMetrics) - Constructor for class org.refcodes.codec.BaseDecoder
Constructs the BaseDecoder reading the data to be decoded from the provided InputStream.
BaseDecoder(BytesDestination) - Constructor for class org.refcodes.codec.BaseDecoder
Constructs the BaseDecoder reading the data to be decoded from the provided BytesDestination.
BaseDecoder(BytesReceiver) - Constructor for class org.refcodes.codec.BaseDecoder
Constructs the BaseDecoder reading the data to be decoded from the provided BytesReceiver.
BaseDecoder(InputStreamByteReceiver, BaseMetrics) - Constructor for class org.refcodes.codec.BaseDecoder
Constructs the BaseDecoder reading the data to be decoded from the provided InputStreamByteReceiver.
BaseDecoder.BaseDecoderConnection - Class in org.refcodes.codec
The BaseDecoder.BaseDecoderConnection implements the BaseDecoder functionality in terms of a ConnectionComponent.
BaseDecoderConnection() - Constructor for class org.refcodes.codec.BaseDecoder.BaseDecoderConnection
 
BaseDecoderInputStream - Class in org.refcodes.codec
InputStream decoding data being read.
BaseDecoderInputStream(InputStream, BaseMetrics) - Constructor for class org.refcodes.codec.BaseDecoderInputStream
Constructs a BaseDecoderInputStream using the given InputStream from which to read encoded data and using the BaseMetrics to decode the data.
BaseEncoder - Class in org.refcodes.codec
The BaseEncoder implements the BaseBuilder functionality in terms of a BytesTransmitter.
BaseEncoder() - Constructor for class org.refcodes.codec.BaseEncoder
Explicit default constructor.
BaseEncoder(OutputStream) - Constructor for class org.refcodes.codec.BaseEncoder
Constructs the BaseEncoder instance using the provided OutputStream to receive the encoded data.
BaseEncoder(OutputStream, BaseMetrics) - Constructor for class org.refcodes.codec.BaseEncoder
Constructs the BaseEncoder instance using the provided OutputStream to receive the encoded data.
BaseEncoder(BytesSource) - Constructor for class org.refcodes.codec.BaseEncoder
Constructs the BaseEncoder instance using the provided BytesSource to receive the encoded data.
BaseEncoder(BytesTransmitter) - Constructor for class org.refcodes.codec.BaseEncoder
Constructs the BaseEncoder instance using the provided BytesTransmitter to receive the encoded data.
BaseEncoder(OutputStreamBytesTransmitter, BaseMetrics) - Constructor for class org.refcodes.codec.BaseEncoder
Constructs the BaseEncoder instance using the provided OutputStreamBytesTransmitter to receive the encoded data.
BaseEncoder.BaseEncoderConnection - Class in org.refcodes.codec
The BaseEncoder.BaseEncoderConnection implements the BaseEncoder functionality in terms of a ConnectionComponent.
BaseEncoderConnection() - Constructor for class org.refcodes.codec.BaseEncoder.BaseEncoderConnection
 
BaseEncoderOutputStream - Class in org.refcodes.codec
The BaseEncoderOutputStream is an implementations of the BaseEncoder interface to be used with OutputStream instances.
BaseEncoderOutputStream(OutputStream, BaseMetrics) - Constructor for class org.refcodes.codec.BaseEncoderOutputStream
Constructs a BaseEncoderOutputStream using the given OutputStream from which to read decoded data and using the BaseMetrics to encode the data.
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.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.
BaseMetricsAccessor.BaseMetricsProperty - Interface in org.refcodes.codec
Provides a base codec metrics property.
BaseMetricsConfig - 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..
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.
BINARY - org.refcodes.codec.BaseMetricsConfig
 
BYTE - org.refcodes.codec.ModulationFormat
 

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.BaseDecoder
close() - Method in class org.refcodes.codec.BaseDecoderInputStream
close() - Method in class org.refcodes.codec.BaseEncoder
Make sure to call BaseEncoder.close() when done as the final padding bytes are appended to the end!
close() - Method in class org.refcodes.codec.BaseEncoderOutputStream
Make sure to call BaseEncoderOutputStream.close() when done as the final padding bytes are appended to the end!
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 BytesReceiver interface, thereby increasing the usage scenarios of any Decoder implementation.
DECODING - org.refcodes.codec.DemodulatorStatus
 
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

ENCODED_AS_NUMBER - org.refcodes.codec.BaseMetricsConfig
Use this encoding when you want to retrieve a "valid" number *not* beginning with a zero "0" and just consisting of the numbers 0 to 9.
Encoder - Interface in org.refcodes.codec
The Encoder provides a bridge to the "refcodes-io" artifact by attaching to the BytesTransmitter interface, thereby increasing the usage scenarios of any Encoder implementation.
ENCODING - org.refcodes.codec.ModulatorStatus
 
equals(Object) - Method in class org.refcodes.codec.BaseMetricsImpl

F

flush() - Method in class org.refcodes.codec.BaseEncoder
flush() - Method in class org.refcodes.codec.BaseEncoderOutputStream
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.BaseBuilder
Retrieves the base codec metrics from the base codec metrics property.
getBaseMetrics() - Method in class org.refcodes.codec.BaseDecoder
Retrieves the base codec metrics from the base codec metrics property.
getBaseMetrics() - Method in class org.refcodes.codec.BaseEncoder
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 interface org.refcodes.codec.BaseMetrics
Number in bits for one digit.
getBitsPerDigit() - Method in enum org.refcodes.codec.BaseMetricsConfig
Number in bits for one digit.
getBitsPerDigit() - Method in class org.refcodes.codec.BaseMetricsImpl
Number in bits for one digit.
getBytesPerBlock() - Method in interface org.refcodes.codec.BaseMetrics
Number of bytes to exactly fit into an encoded block.
getBytesPerBlock() - Method in enum org.refcodes.codec.BaseMetricsConfig
Number of bytes to exactly fit into an encoded block.
getBytesPerBlock() - Method in class org.refcodes.codec.BaseMetricsImpl
Number of bytes to exactly fit into an encoded block.
getBytesPerInt() - Method in interface org.refcodes.codec.BaseMetrics
Number of bytes to exactly store a minimum number of digits.
getBytesPerInt() - Method in enum org.refcodes.codec.BaseMetricsConfig
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 interface org.refcodes.codec.BaseMetrics
getCharSet() - Method in enum org.refcodes.codec.BaseMetricsConfig
getCharSet() - Method in class org.refcodes.codec.BaseMetricsImpl
getDecodedData() - Method in class org.refcodes.codec.BaseBuilder
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 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 enum org.refcodes.codec.BaseMetricsConfig
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).
getDigitsPerBlock() - Method in interface org.refcodes.codec.BaseMetrics
The size of a digits-block, any String of digits not being a multiple of the digits-block size requires padding chars.
getDigitsPerByte() - Method in interface org.refcodes.codec.BaseMetrics
Number of digits required to represent a byte.
getDigitsPerByte() - Method in enum org.refcodes.codec.BaseMetricsConfig
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 interface org.refcodes.codec.BaseMetrics
Number of digits stored in an integer.
getDigitsPerInt() - Method in enum org.refcodes.codec.BaseMetricsConfig
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 class org.refcodes.codec.BaseBuilder
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
Retrieves the Modulator-Status from the Modulator-Status property.
getModulatorStatus() - Method in interface org.refcodes.codec.ModulatorStatusAccessor
Retrieves the Modulator-Status from the Modulator-Status property.
getNumberBase() - Method in enum org.refcodes.codec.BaseMetricsConfig
getNumberBase() - Method in class org.refcodes.codec.BaseMetricsImpl
getPaddingChar() - Method in enum org.refcodes.codec.BaseMetricsConfig
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

hashCode() - Method in class org.refcodes.codec.BaseMetricsImpl
HEXADECIMAL - org.refcodes.codec.BaseMetricsConfig
 

I

IDLE - org.refcodes.codec.DemodulatorStatus
 
IDLE - org.refcodes.codec.ModulatorStatus
 

L

letBaseMetrics(BaseMetrics) - Method in interface org.refcodes.codec.BaseMetricsAccessor.BaseMetricsProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given BaseMetrics (setter) as of BaseMetricsAccessor.BaseMetricsMutator.setBaseMetrics(BaseMetrics) and returns the very same value (getter).
letChannelSelector(ChannelSelector) - Method in interface org.refcodes.codec.ChannelSelectorAccessor.ChannelSelectorProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given ChannelSelector (setter) as of ChannelSelectorAccessor.ChannelSelectorMutator.setChannelSelector(ChannelSelector) and returns the very same value (getter).
letDemodulatorStatus(DemodulatorStatus) - Method in interface org.refcodes.codec.DemodulatorStatusAccessor.DemodulatorStatusProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given DemodulatorStatus (setter) as of DemodulatorStatusAccessor.DemodulatorStatusMutator.setDemodulatorStatus(DemodulatorStatus) and returns the very same value (getter).
letFrequencyThreshold(FrequencyThreshold) - Method in interface org.refcodes.codec.FrequencyThresholdAccessor.FrequencyThresholdProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given FrequencyThreshold (setter) as of FrequencyThresholdAccessor.FrequencyThresholdMutator.setFrequencyThreshold(FrequencyThreshold) and returns the very same value (getter).
letModemMode(ModemMode) - Method in interface org.refcodes.codec.ModemModeAccessor.ModemModeProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given ModemMode (setter) as of ModemModeAccessor.ModemModeMutator.setModemMode(ModemMode) and returns the very same value (getter).
letModulationFormat(ModulationFormat) - Method in interface org.refcodes.codec.ModulationFormatAccessor.ModulationFormatProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given ModulationFormat (setter) as of ModulationFormatAccessor.ModulationFormatMutator.setModulationFormat(ModulationFormat) and returns the very same value (getter).
letModulatorStatus(ModulatorStatus) - Method in interface org.refcodes.codec.ModulatorStatusAccessor.ModulatorStatusProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given ModulatorStatus (setter) as of ModulatorStatusAccessor.ModulatorStatusMutator.setModulatorStatus(ModulatorStatus) and returns the very same value (getter).
letSampleRate(SampleRate) - Method in interface org.refcodes.codec.SampleRateAccessor.SampleRateProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given SampleRate (setter) as of SampleRateAccessor.SampleRateMutator.setSampleRate(SampleRate) and returns the very same value (getter).

M

ModemByteDecoderProviderImpl(ModemMetrics) - Constructor for class org.refcodes.codec.ModemDecoderImpl.ModemByteDecoderProviderImpl
Instantiates a new modem byte decoder provider impl.
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) - Constructor for class org.refcodes.codec.ModemDecoderImpl
 
ModemDecoderImpl(ModemMetrics, BytesDestination) - Constructor for class org.refcodes.codec.ModemDecoderImpl
Instantiates a new modem decoder impl.
ModemDecoderImpl(ModemMetrics, BytesReceiver) - Constructor for class org.refcodes.codec.ModemDecoderImpl
Instantiates a new modem decoder impl.
ModemDecoderImpl(ModemMetrics, ShortsDestination) - Constructor for class org.refcodes.codec.ModemDecoderImpl
Instantiates a new modem decoder impl.
ModemDecoderImpl(ModemMetrics, ShortsReceiver) - Constructor for class org.refcodes.codec.ModemDecoderImpl
Instantiates a new modem decoder impl.
ModemDecoderImpl.ModemByteDecoderProviderImpl - Class in org.refcodes.codec
Vanilla plain implementation of the ModemDecoder.ModemByteDecoderProvider interface to be used with BytesDestination (BytesReceiver) instances.
ModemDecoderImpl.ModemShortDecoderProviderImpl - Class in org.refcodes.codec
Vanilla plain implementation of the ModemDecoder.ModemByteDecoderProvider interface to be used with BytesDestination (BytesReceiver) 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) - Constructor for class org.refcodes.codec.ModemEncoderImpl
 
ModemEncoderImpl(ModemMetrics, BytesSource) - Constructor for class org.refcodes.codec.ModemEncoderImpl
Instantiates a new modem encoder impl.
ModemEncoderImpl(ModemMetrics, BytesTransmitter) - Constructor for class org.refcodes.codec.ModemEncoderImpl
Instantiates a new modem encoder impl.
ModemEncoderImpl(ModemMetrics, ShortsSource) - Constructor for class org.refcodes.codec.ModemEncoderImpl
Instantiates a new modem encoder impl.
ModemEncoderImpl(ModemMetrics, ShortsTransmitter) - Constructor for class org.refcodes.codec.ModemEncoderImpl
Instantiates a new modem encoder impl.
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
Instantiates a new modem short decoder provider impl.
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.
MONO - org.refcodes.codec.ChannelSelector
 
MONO - org.refcodes.codec.SampleRate
Least common multiple for 126, 315, 630, 1225, 2450.

O

OCTAL - org.refcodes.codec.BaseMetricsConfig
 
open() - Method in class org.refcodes.codec.ModemEncoderImpl
open(BytesDestination) - Method in class org.refcodes.codec.BaseDecoder.BaseDecoderConnection
Open.
open(BytesDestination) - Method in class org.refcodes.codec.BaseDecoder
Open.
open(BytesDestination) - Method in class org.refcodes.codec.ModemDecoderImpl.ModemByteDecoderProviderImpl
open(BytesSource) - Method in class org.refcodes.codec.BaseEncoder.BaseEncoderConnection
Open.
open(BytesSource) - Method in class org.refcodes.codec.BaseEncoder
Open.
open(BytesSource) - Method in class org.refcodes.codec.ModemEncoderImpl
 
open(ShortsDestination) - Method in class org.refcodes.codec.ModemDecoderImpl.ModemShortDecoderProviderImpl
open(ShortsSource) - Method in class org.refcodes.codec.ModemEncoderImpl
 
org.refcodes.codec - module org.refcodes.codec
 
org.refcodes.codec - package org.refcodes.codec
 

P

POST_CARRIER - org.refcodes.codec.ModulatorStatus
 
PRE_CARRIER - org.refcodes.codec.ModulatorStatus
 
purge() - Method in class org.refcodes.codec.ModemEncoderImpl
 

R

RATE_29400 - org.refcodes.codec.SampleRate
 
read() - Method in class org.refcodes.codec.BaseDecoderInputStream
receiveAllBytes() - Method in class org.refcodes.codec.BaseDecoder
receiveAllBytes() - Method in class org.refcodes.codec.ModemDecoderImpl
receiveByte() - Method in class org.refcodes.codec.BaseDecoder
receiveByte() - Method in class org.refcodes.codec.ModemDecoderImpl
receiveBytes(int) - Method in class org.refcodes.codec.ModemDecoderImpl

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.
SEARCHING_SIGNAL - org.refcodes.codec.DemodulatorStatus
 
SEARCHING_START_BIT - org.refcodes.codec.DemodulatorStatus
 
setBaseMetrics(int) - Method in class org.refcodes.codec.BaseBuilder
Sets the number base for the number base property.
setBaseMetrics(BaseMetrics) - Method in class org.refcodes.codec.BaseBuilder
Sets the base codec metrics for the base codec metrics property.
setBaseMetrics(BaseMetrics) - Method in class org.refcodes.codec.BaseDecoder
Sets the base codec metrics for the base codec metrics property.
setBaseMetrics(BaseMetrics) - Method in class org.refcodes.codec.BaseEncoder
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 class org.refcodes.codec.BaseBuilder
Sets the decoded data for the decoded data property.
setDecodedData(long) - Method in class org.refcodes.codec.BaseBuilder
Sets the decoded data for the decoded data property.
setDecodedData(String) - Method in class org.refcodes.codec.BaseBuilder
Sets the decoded data for the decoded data property.
setDecodedData(String, String) - Method in class org.refcodes.codec.BaseBuilder
Sets the decoded data for the decoded data property.
setDecodedData(String, Charset) - Method in class org.refcodes.codec.BaseBuilder
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 class org.refcodes.codec.BaseBuilder
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.
SHORT - org.refcodes.codec.ModulationFormat
 
SILENCE - org.refcodes.codec.ModulatorStatus
 
SOFT_MODEM_1 - org.refcodes.codec.ModemMode
 
SOFT_MODEM_2 - org.refcodes.codec.ModemMode
 
SOFT_MODEM_3 - org.refcodes.codec.ModemMode
 
SOFT_MODEM_4 - org.refcodes.codec.ModemMode
 
SOFT_MODEM_5 - org.refcodes.codec.ModemMode
 
STEREO - org.refcodes.codec.ChannelSelector
 
STEREO - org.refcodes.codec.SampleRate
Double of #MONO.

T

THRESHOLD_1 - org.refcodes.codec.FrequencyThreshold
 
THRESHOLD_10 - org.refcodes.codec.FrequencyThreshold
 
THRESHOLD_20 - org.refcodes.codec.FrequencyThreshold
 
THRESHOLD_5 - org.refcodes.codec.FrequencyThreshold
 
toBaseCodec(int) - Static method in enum org.refcodes.codec.BaseMetricsConfig
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.BaseBuilder
To bytes.
toBytesPerBlock(int) - Static method in class org.refcodes.codec.BaseMetricsImpl
Calculates the number of bytes which fully fit into a base encoded block.
toBytesPerInt(int) - Static method in class org.refcodes.codec.BaseMetricsImpl
To bytes per int.
toChar(int) - Method in interface org.refcodes.codec.BaseMetrics
Retrieves the (encoded) character for the (decoded) value.
toChar(int) - Method in enum org.refcodes.codec.BaseMetricsConfig
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 class org.refcodes.codec.BaseBuilder
Retrieves the decoded data calculated from the provided encoded text.
toDecodedData(String, BaseMetrics) - Static method in class org.refcodes.codec.BaseBuilder
To decoded data.
toDecodedSize(String, BaseMetrics) - Static method in class org.refcodes.codec.BaseBuilder
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 class org.refcodes.codec.BaseBuilder
Retrieves the encoded text calculated from the decoded data.
toEncodedText(byte[], BaseMetrics) - Static method in class org.refcodes.codec.BaseBuilder
To encoded text.
toEncodedText(long) - Method in class org.refcodes.codec.BaseBuilder
Retrieves the encoded text calculated from the decoded data.
toEncodedText(String) - Method in class org.refcodes.codec.BaseBuilder
Retrieves the encoded text calculated from the decoded data.
toEncodedText(String, String) - Method in class org.refcodes.codec.BaseBuilder
Retrieves the encoded text calculated from the decoded data.
toEncodedText(String, Charset) - Method in class org.refcodes.codec.BaseBuilder
Retrieves the encoded text calculated from the decoded data.
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.
toPaddingChars(int) - Method in interface org.refcodes.codec.BaseMetrics
Determines the padding String to be appended to data of the given number of bytes to be encoded.
toPaddingCharsNumber(int) - Method in interface org.refcodes.codec.BaseMetrics
Determines the number of padding characters to be appended to data of a given number of bytes to be encoded.
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 class org.refcodes.codec.BaseMetricsImpl
toValue(char) - Method in interface org.refcodes.codec.BaseMetrics
Retrieves the (decoded) value for the (encoded) character.
toValue(char) - Method in enum org.refcodes.codec.BaseMetricsConfig
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.
transmitAllBytes(byte[]) - Method in class org.refcodes.codec.BaseEncoder
transmitByte(byte) - Method in class org.refcodes.codec.BaseEncoder
transmitBytes(byte[], int, int) - Method in class org.refcodes.codec.BaseEncoder
transmitBytes(byte[], int, int) - Method in class org.refcodes.codec.ModemEncoderImpl

V

valueOf(String) - Static method in enum org.refcodes.codec.BaseMetricsConfig
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.BaseMetricsConfig
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(int) - Method in class org.refcodes.codec.BaseBuilder
Sets the number base for the number base property.
withBaseMetrics(BaseMetrics) - Method in class org.refcodes.codec.BaseBuilder
Sets the base codec metrics for the base codec metrics property.
withBaseMetrics(BaseMetrics) - Method in class org.refcodes.codec.BaseDecoder
Sets the base codec metrics for the base codec metrics property.
withBaseMetrics(BaseMetrics) - Method in class org.refcodes.codec.BaseEncoder
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 class org.refcodes.codec.BaseBuilder
Sets the decoded data for the decoded data property.
withDecodedData(long) - Method in class org.refcodes.codec.BaseBuilder
Sets the decoded data for the decoded data property.
withDecodedData(String) - Method in class org.refcodes.codec.BaseBuilder
Sets the decoded data for the decoded data property.
withDecodedData(String, String) - Method in class org.refcodes.codec.BaseBuilder
Sets the decoded data for the decoded data property.
withDecodedData(String, Charset) - Method in class 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 class 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.
write(int) - Method in class org.refcodes.codec.BaseEncoderOutputStream

_

_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
 
A B C D E F G H I L M O P R S T V W _ 
All Classes All Packages