MCPcopy Create free account
hub / github.com/HumbleUI/Skija / openStream

Method openStream

shared/java/Typeface.java:334–336  ·  view source on GitHub ↗

Opens a stream for reading the data of this typeface. @return a StreamAsset for the typeface data, or null if not available

()

Source from the content-addressed store, hash-verified

332 * @return a StreamAsset for the typeface data, or null if not available
333 */
334 public StreamAsset openStream(){
335 return openStream(null);
336 }
337
338 /**
339 * Opens a stream for reading the data of this typeface.

Callers 6

executeMethod · 0.95
executeMethod · 0.95
readResourceMethod · 0.80
_extractMethod · 0.80
runMethod · 0.80

Calls 3

onNativeCallMethod · 0.95
_nOpenStreamMethod · 0.95
reachabilityFenceMethod · 0.95

Tested by 2

executeMethod · 0.76
executeMethod · 0.76