MCPcopy Index your code
hub / github.com/antlr/codebuff / encode

Method encode

output/java_guava/1.4.17/BaseEncoding.java:148–150  ·  view source on GitHub ↗

Encodes the specified byte array, and returns the encoded String.

(byte[] bytes)

Source from the content-addressed store, hash-verified

146
147
148 public String encode(byte[] bytes) {
149 return encode(bytes, 0, bytes.length);
150 }
151
152 /**
153 * Encodes the specified range of the specified byte array, and returns the encoded

Callers 15

toStringMethod · 0.45
toStringMethod · 0.45
toStringMethod · 0.45
toStringMethod · 0.45
toStringMethod · 0.45
toStringMethod · 0.45
toStringMethod · 0.45
toStringMethod · 0.45
writeMethod · 0.45
closeMethod · 0.45
encodeChunkToMethod · 0.45
Base16EncodingMethod · 0.45

Calls 4

maxEncodedSizeMethod · 0.95
encodeToMethod · 0.95
toStringMethod · 0.65
checkPositionIndexesMethod · 0.45

Tested by

no test coverage detected