MCPcopy Create free account
hub / github.com/M66B/FairEmail / load

Method load

app/src/main/java/javax/mail/Session.java:949–952  ·  view source on GitHub ↗
(InputStream is)

Source from the content-addressed store, hash-verified

947 private void loadProviders(Class<?> cl) {
948 StreamLoader loader = new StreamLoader() {
949 @Override
950 public void load(InputStream is) throws IOException {
951 loadProvidersFromStream(is);
952 }
953 };
954
955 // load system-wide javamail.providers from the

Callers

nothing calls this directly

Calls 2

loadMethod · 0.65

Tested by

no test coverage detected