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

A

AbstractBaseDecoder - Class in org.refcodes.codec.impls
Vanilla plain implementation of the BaseDecoder interface to be used with ByteReceiver instances.
AbstractBaseDecoder() - Constructor for class org.refcodes.codec.impls.AbstractBaseDecoder
 
AbstractBaseEncoder - Class in org.refcodes.codec.impls
Vanilla plain implementation of the BaseEncoder interface to be used with ByteSender instances.
AbstractBaseEncoder() - Constructor for class org.refcodes.codec.impls.AbstractBaseEncoder
 

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.impls
Vanilla plain implementation of the BaseBuilder interface.
BaseBuilderImpl() - Constructor for class org.refcodes.codec.impls.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.impls
Vanilla plain implementation of the BaseDecoder interface to be used with ByteReceiver instances.
BaseDecoderImpl(ByteProvider) - Constructor for class org.refcodes.codec.impls.BaseDecoderImpl
Constructs the BaseDecoder reading the data to be decoded from the provided ByteProvider.
BaseDecoderImpl(ByteReceiver) - Constructor for class org.refcodes.codec.impls.BaseDecoderImpl
Constructs the BaseDecoder reading the data to be decoded from the provided ByteReceiver.
BaseDecoderImpl.BaseDecoderProviderImpl - Class in org.refcodes.codec.impls
Vanilla plain implementation of the BaseDecoderProvider interface to be used with ByteProvider (ByteReceiver) instances.
BaseDecoderProviderImpl() - Constructor for class org.refcodes.codec.impls.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.impls.BaseEncoderImpl.BaseEncoderConsumerImpl
 
BaseEncoderImpl - Class in org.refcodes.codec.impls
Vanilla plain implementation of the BaseEncoder interface to be used with ByteSender instances.
BaseEncoderImpl(ByteConsumer) - Constructor for class org.refcodes.codec.impls.BaseEncoderImpl
Constructs the BaseEncoder instance using the provided ByteConsumer to receive the encoded data.
BaseEncoderImpl(ByteSender) - Constructor for class org.refcodes.codec.impls.BaseEncoderImpl
Constructs the BaseEncoder instance using the provided ByteSender to receive the encoded data.
BaseEncoderImpl.BaseEncoderConsumerImpl - Class in org.refcodes.codec.impls
Vanilla plain implementation of the BaseEncoderConsumer interface to be used with ByteConsumer (ByteSender) instances.
BaseInputStreamDecoderImpl - Class in org.refcodes.codec.impls
Vanilla plain implementation of the BaseDecoder interface to be used with InputStream instances.
BaseInputStreamDecoderImpl(InputStream) - Constructor for class org.refcodes.codec.impls.BaseInputStreamDecoderImpl
 
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.impls
BaseMetrics implementation for playing around with your own configuration.
BaseMetricsImpl(int) - Constructor for class org.refcodes.codec.impls.BaseMetricsImpl
 
BaseMetricsImpl(int, char[]) - Constructor for class org.refcodes.codec.impls.BaseMetricsImpl
 
BaseMetricsImpl(int, char[], char) - Constructor for class org.refcodes.codec.impls.BaseMetricsImpl
 
BaseMetricsImpl(int, int, int, int, int, char[]) - Constructor for class org.refcodes.codec.impls.BaseMetricsImpl
 
BaseMetricsImpl(int, int, int, int, int, char[], char) - Constructor for class org.refcodes.codec.impls.BaseMetricsImpl
 
BaseMetricsImpl(BaseMetrics) - Constructor for class org.refcodes.codec.impls.BaseMetricsImpl
 
BaseOutputStreamEncoderImpl - Class in org.refcodes.codec.impls
Vanilla plain implementation of the BaseEncoder interface to be used with OutputStream instances.
BaseOutputStreamEncoderImpl(OutputStream) - Constructor for class org.refcodes.codec.impls.BaseOutputStreamEncoderImpl
 

C

close() - Method in class org.refcodes.codec.impls.AbstractBaseDecoder
 
close() - Method in class org.refcodes.codec.impls.AbstractBaseEncoder
 

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
 
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.impls.BaseMetricsImpl
 

F

flush() - Method in class org.refcodes.codec.impls.AbstractBaseEncoder
 

G

getBaseMetrics() - Method in interface org.refcodes.codec.BaseMetricsAccessor
Retrieves the base codec metrics from the base codec metrics property.
getBaseMetrics() - Method in class org.refcodes.codec.impls.AbstractBaseDecoder
 
getBaseMetrics() - Method in class org.refcodes.codec.impls.AbstractBaseEncoder
 
getBaseMetrics() - Method in class org.refcodes.codec.impls.BaseBuilderImpl
 
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.impls.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.impls.BaseMetricsImpl
Number of bytes to exactly store a minimum number of digits.
getCharSet() - Method in enum org.refcodes.codec.BaseConfig
Character set to be used by the given enumeration.
getCharSet() - Method in interface org.refcodes.codec.BaseMetrics
Character set to be used by the given enumeration.
getCharSet() - Method in class org.refcodes.codec.impls.BaseMetricsImpl
Character set to be used by the given enumeration.
getDecodedData() - Method in interface org.refcodes.codec.BaseBuilder
Retrieves the decoded data from the decoded data property.
getDecodedData() - Method in class org.refcodes.codec.impls.BaseBuilderImpl
 
getDemodulatorStatus() - Method in interface org.refcodes.codec.DemodulatorStatusAccessor
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.impls.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.impls.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.impls.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.impls.BaseBuilderImpl
 
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
Number base as integer.
getNumberBase() - Method in interface org.refcodes.codec.BaseMetrics
Number base as integer.
getNumberBase() - Method in class org.refcodes.codec.impls.BaseMetricsImpl
Number base as integer.
getPaddingChar() - Method in enum org.refcodes.codec.BaseConfig
 
getPaddingChar() - Method in class org.refcodes.codec.impls.BaseMetricsImpl
 

H

hasDatagram() - Method in class org.refcodes.codec.impls.AbstractBaseDecoder
 
hashCode() - Method in class org.refcodes.codec.impls.BaseMetricsImpl
 

M

ModulatorStatus - Enum in org.refcodes.codec
 
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.impls.AbstractBaseDecoder
 
open(ByteConsumer) - Method in class org.refcodes.codec.impls.AbstractBaseEncoder
 
open(ByteProvider) - Method in class org.refcodes.codec.impls.BaseDecoderImpl.BaseDecoderProviderImpl
 
open(ByteConsumer) - Method in class org.refcodes.codec.impls.BaseEncoderImpl.BaseEncoderConsumerImpl
 
org.refcodes.codec - package org.refcodes.codec
 
org.refcodes.codec.impls - package org.refcodes.codec.impls
 

R

readDatagram() - Method in class org.refcodes.codec.impls.AbstractBaseDecoder
 
readDatagrams() - Method in class org.refcodes.codec.impls.AbstractBaseDecoder
 
releaseAll() - Method in class org.refcodes.codec.impls.AbstractBaseDecoder
 

S

setBaseCodecMetrics(int) - Method in interface org.refcodes.codec.BaseBuilder
Sets the number base for the number base property.
setBaseMetrics(BaseMetrics) - Method in interface org.refcodes.codec.BaseMetricsAccessor.BaseMetricsMutator
Sets the base codec metrics for the base codec metrics property.
setBaseMetrics(BaseMetrics) - Method in class org.refcodes.codec.impls.AbstractBaseDecoder
 
setBaseMetrics(BaseMetrics) - Method in class org.refcodes.codec.impls.AbstractBaseEncoder
 
setBaseMetrics(BaseMetrics) - Method in class org.refcodes.codec.impls.BaseBuilderImpl
 
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.impls.BaseBuilderImpl
 
setDecodedData(long) - Method in class org.refcodes.codec.impls.BaseBuilderImpl
 
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.impls.BaseBuilderImpl
 
setModulatorStatus(ModulatorStatus) - Method in interface org.refcodes.codec.ModulatorStatusAccessor.ModulatorStatusMutator
Sets the Modulator-Status for the Modulator-Status property.

T

toBaseCodec(int) - Static method in enum org.refcodes.codec.BaseConfig
 
toBitsPerDigit(int) - Static method in enum org.refcodes.codec.BaseConfig
 
toBitsPerDigit(int) - Static method in class org.refcodes.codec.impls.BaseMetricsImpl
 
toBytes(byte[], int, int, int, BaseMetrics) - Static method in class org.refcodes.codec.impls.BaseBuilderImpl
 
toBytesPerInt(int) - Static method in enum org.refcodes.codec.BaseConfig
 
toBytesPerInt(int) - Static method in class org.refcodes.codec.impls.BaseMetricsImpl
 
toChar(int) - Method in enum org.refcodes.codec.BaseConfig
 
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.impls.BaseMetricsImpl
 
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.impls.BaseBuilderImpl
 
toDecodedSize(String, BaseMetrics) - Static method in class org.refcodes.codec.impls.BaseBuilderImpl
 
toDigitMask(int) - Static method in enum org.refcodes.codec.BaseConfig
 
toDigitMask(int) - Static method in class org.refcodes.codec.impls.BaseMetricsImpl
 
toDigitsPerByte(int) - Static method in enum org.refcodes.codec.BaseConfig
 
toDigitsPerByte(int) - Static method in class org.refcodes.codec.impls.BaseMetricsImpl
 
toDigitsPerInt(int, int) - Static method in enum org.refcodes.codec.BaseConfig
 
toDigitsPerInt(int, int) - Static method in class org.refcodes.codec.impls.BaseMetricsImpl
 
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.impls.BaseBuilderImpl
 
toEncodedText(long) - Method in class org.refcodes.codec.impls.BaseBuilderImpl
 
toString() - Method in enum org.refcodes.codec.BaseConfig
 
toString() - Method in class org.refcodes.codec.impls.BaseMetricsImpl
 
toValue(char) - Method in enum org.refcodes.codec.BaseConfig
 
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.impls.BaseMetricsImpl
 

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.DemodulatorStatus
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.
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.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.ModulatorStatus
Returns an array containing the constants of this enum type, in the order they are declared.

W

withBaseCodecMetrics(int) - Method in interface org.refcodes.codec.BaseBuilder
Sets the number base for the number base property.
withBaseMetrics(BaseMetrics) - Method in interface org.refcodes.codec.BaseBuilder
 
withBaseMetrics(BaseMetrics) - Method in interface org.refcodes.codec.BaseMetricsAccessor.BaseMetricsBuilder
Sets the base codec metrics for the base codec metrics property.
withBaseMetrics(BaseMetrics) - Method in class org.refcodes.codec.impls.AbstractBaseDecoder
 
withBaseMetrics(BaseMetrics) - Method in class org.refcodes.codec.impls.AbstractBaseEncoder
 
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.
withModulatorStatus(ModulatorStatus) - Method in interface org.refcodes.codec.ModulatorStatusAccessor.ModulatorStatusBuilder
Sets the Modulator-Status for the Modulator-Status property.
writeDatagram(byte) - Method in class org.refcodes.codec.impls.AbstractBaseEncoder
 
writeDatagrams(byte[]) - Method in class org.refcodes.codec.impls.AbstractBaseEncoder
 
writeDatagrams(byte[], int, int) - Method in class org.refcodes.codec.impls.AbstractBaseEncoder
 
A B C D E F G H M O R S T V W 
Skip navigation links

Copyright © 2017. All rights reserved.