Uses of Class
com.google.errorprone.annotations.MustBeClosed
-
Packages that use MustBeClosed Package Description com.google.common.io This package contains utility methods and classes for working with Java I/O; for example input streams, output streams, readers, writers, and files. -
-
Uses of MustBeClosed in com.google.common.io
Methods in com.google.common.io with annotations of type MustBeClosed Modifier and Type Method Description java.util.stream.Stream<java.lang.String>
CharSource. lines()
Opens a newStream
for reading text one line at a time from this source.
-