MCPcopy
hub / github.com/zxing/zxing / length

Method length

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

Returns the length of this input. The length is the number of bytes in or ECIs in the sequence. @return the number of chars in this sequence

()

Source from the content-addressed store, hash-verified

30 * @return the number of {@code char}s in this sequence
31 */
32 int length();
33
34 /**
35 * Returns the {@code byte} value at the specified index. An index ranges from zero

Callers 15

encodeHighLevelMethod · 0.95
quoteHexMethod · 0.65
getMessageFieldMethod · 0.65
getMeCardMethod · 0.65
isBasicallyValidURIMethod · 0.65
assertStartsWithMethod · 0.65
assertEndsWithMethod · 0.65
encodeHighLevelMethod · 0.65
visualizeMethod · 0.65
testEncodeMethod · 0.65
doTestMethod · 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 15

assertStartsWithMethod · 0.52
assertEndsWithMethod · 0.52
encodeHighLevelMethod · 0.52
visualizeMethod · 0.52
testEncodeMethod · 0.52
doTestMethod · 0.52
testEncodeMethod · 0.52
testEncodeMethod · 0.52