MCPcopy Create free account
hub / github.com/antlr/codebuff / toByteArray

Method toByteArray

output/java_guava/1.4.19/Bytes.java:385–391  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

383 }
384
385 byte[] toByteArray() {
386 // Arrays.copyOfRange() is not available under GWT
387 int size = size();
388 byte[] result = new byte[size];
389 System.arraycopy(array, start, result, 0, size);
390 return result;
391 }
392
393 private static final long serialVersionUID = 0;
394 }

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.95

Tested by

no test coverage detected