Uses of Package
com.google.common.io
Packages that use com.google.common.io
Package
Description
Utility methods and classes for I/O; for example input streams, output streams, readers, writers,
and files.
Utilities for reflection.
-
Classes in com.google.common.io used by com.google.common.ioClassDescriptionA binary encoding scheme for reversibly translating between byte sequences and printable ASCII strings.An extension of
DataInputfor reading from in-memory byte arrays; its methods offer identical functionality but do not throwIOException.An extension ofDataOutputfor writing to in-memory byte arrays; its methods offer identical functionality but do not throwIOException.A callback interface to process bytes from a stream.A destination to which bytes can be written, such as a file.A readable source of bytes, such as a file.A destination to which characters can be written, such as a text file.A readable source of characters, such as a text file.Modes for opening a file for writing.A callback to be used with the streamingreadLinesmethods.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...)). -
Classes in com.google.common.io used by com.google.common.reflectClassDescriptionA readable source of bytes, such as a file.A readable source of characters, such as a text file.