MCPcopy
hub / github.com/google/guava / create

Method create

guava/src/com/google/common/io/Closer.java:85–87  ·  view source on GitHub ↗

Creates a new {@link Closer}.

()

Source from the content-addressed store, hash-verified

83public final class Closer implements Closeable {
84 /** Creates a new {@link Closer}. */
85 public static Closer create() {
86 return new Closer(SUPPRESSING_SUPPRESSOR);
87 }
88
89 @VisibleForTesting final Suppressor suppressor;
90

Callers 15

isEmptyMethod · 0.95
sizeMethod · 0.95
copyToMethod · 0.95
readMethod · 0.95
contentEqualsMethod · 0.95
sliceStreamMethod · 0.95
readMethod · 0.95
mapInternalMethod · 0.95
lengthMethod · 0.95
copyToMethod · 0.95
readMethod · 0.95
readFirstLineMethod · 0.95

Calls

no outgoing calls

Tested by 3

testNullCloseableMethod · 0.76