MCPcopy Create free account
hub / github.com/Gagravarr/VorbisJava / getUTF8

Method getUTF8

core/src/main/java/org/gagravarr/ogg/IOUtils.java:331–333  ·  view source on GitHub ↗

@param length The length in BYTES

(byte[] data, int offset, int length)

Source from the content-addressed store, hash-verified

329 * @param length The length in BYTES
330 */
331 public static String getUTF8(byte[] data, int offset, int length) {
332 return new String(data, offset, length, UTF8);
333 }
334 /**
335 * Strips off any null padding, if any, from the string
336 */

Callers 4

SpeexInfoMethod · 0.95
VorbisStyleCommentsMethod · 0.95
SkeletonFisboneMethod · 0.95
SkeletonFisheadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected