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

Method asByteSource

output/java_guava/1.4.17/ClassPath.java:214–216  ·  view source on GitHub ↗

Returns a ByteSource view of the resource from which its bytes can be read. @throws NoSuchElementException if the resource cannot be loaded through the class loader, despite physically existing in the class path. @since 20.0

()

Source from the content-addressed store, hash-verified

212
213
214 public final ByteSource asByteSource() {
215 return Resources.asByteSource(url());
216 }
217
218 /**
219 * Returns a {@link CharSource} view of the resource from which its bytes can be read as

Callers

nothing calls this directly

Calls 2

asByteSourceMethod · 0.95
urlMethod · 0.95

Tested by

no test coverage detected