Uses of Annotation Interface
com.google.common.io.ElementTypesAreNonnullByDefault
Packages that use ElementTypesAreNonnullByDefault
Package
Description
Utility methods and classes for I/O; for example input streams, output streams, readers, writers,
and files.
-
Uses of ElementTypesAreNonnullByDefault in com.google.common.io
Classes in com.google.common.io with annotations of type ElementTypesAreNonnullByDefaultModifier and TypeClassDescription(package private) class
Writer that places all output on anAppendable
target.class
A binary encoding scheme for reversibly translating between byte sequences and printable ASCII strings.interface
An extension ofDataInput
for reading from in-memory byte arrays; its methods offer identical functionality but do not throwIOException
.interface
An extension ofDataOutput
for writing to in-memory byte arrays; its methods offer identical functionality but do not throwIOException
.interface
A callback interface to process bytes from a stream.class
A destination to which bytes can be written, such as a file.class
A readable source of bytes, such as a file.final class
Provides utility methods for working with byte arrays and I/O streams.(package private) final class
AReader
that reads the characters in aCharSequence
.class
A destination to which characters can be written, such as a text file.class
A readable source of characters, such as a text file.final class
Provides utility methods for working with character streams.final class
Utility methods for working withCloseable
objects.final class
final class
AnInputStream
that counts the number of bytes read.final class
An OutputStream that counts the number of bytes written.final class
AnOutputStream
that starts buffering to a byte array, but switches to file buffering once the data reaches a configurable size.final class
Provides utility methods for working with files.enum
Modes for opening a file for writing.final class
Utility methods for working withFlushable
objects.(package private) @interface
Disables Animal Sniffer's checking of compatibility with older versions of Java/Android.final class
Exception indicating that a recursive delete can't be performed because the file system does not have the support necessary to guarantee that it is not vulnerable to race conditions that would allow it to delete files and directories outside of the directory being deleted (i.e.,SecureDirectoryStream
is not supported).(package private) final class
Wrappers aroundBuffer
methods that are covariantly overridden in Java 9+.(package private) class
Package-protected abstract class that implements the line reading algorithm used byLineReader
.interface
A callback to be used with the streamingreadLines
methods.final class
A class for reading lines of text.final class
An implementation ofDataInput
that uses little-endian byte ordering for readingshort
,int
,float
,double
, andlong
values.final class
An implementation ofDataOutput
that uses little-endian byte ordering for writingchar
,short
,int
,float
,double
, andlong
values.final class
(package private) final class
AnInputStream
that concatenates multiple substreams.(package private) class
AReader
that concatenates multiple readers.final class
File name filter that only accepts files matching a regular expression.(package private) final class
AnInputStream
that converts characters from aReader
into bytes using an arbitrary Charset.enum
Options for use with recursive delete methods (MoreFiles.deleteRecursively(java.nio.file.Path, com.google.common.io.RecursiveDeleteOption...)
andMoreFiles.deleteDirectoryContents(java.nio.file.Path, com.google.common.io.RecursiveDeleteOption...)
).final class
Provides utility methods for working with resources in the classpath.(package private) class
Creates temporary files and directories whose permissions are restricted to the current user or, in the case of Android, the current app.