MCPcopy
hub / github.com/zxing/zxing / charAt

Method charAt

core/src/main/java/com/google/zxing/common/ECIInput.java:50–50  ·  view source on GitHub ↗

Returns the byte value at the specified index. An index ranges from zero to length() - 1. The first byte value of the sequence is at index zero, the next at index one, and so on, as for array indexing. @param index the index of the byte value to be returned @ret

(int index)

Source from the content-addressed store, hash-verified

48 * if the value at the {@code index} argument is an ECI (@see #isECI)
49 */
50 char charAt(int index);
51
52 /**
53 * Returns a {@code CharSequence} that is a subsequence of this sequence.

Callers 15

quoteHexMethod · 0.65
visualizeMethod · 0.65
encodeDecodeMethod · 0.65
generatePermutationMethod · 0.65
parseDateMethod · 0.65
parseMethod · 0.65
checkChecksumMethod · 0.65
countryCodeMethod · 0.65
findAIvalueMethod · 0.65
findValueMethod · 0.65

Implementers 2

MinimalECIInputcore/src/main/java/com/google/zxing/co
NoECIInputcore/src/main/java/com/google/zxing/pd

Calls

no outgoing calls

Tested by 5

visualizeMethod · 0.52
encodeDecodeMethod · 0.52
generatePermutationMethod · 0.52