Uses of Package
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.
-
ClassDescriptionA binary encoding scheme for reversibly translating between byte sequences and printable ASCII strings.An extension of
DataInput
for reading from in-memory byte arrays; its methods offer identical functionality but do not throwIOException
.An extension ofDataOutput
for 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 streamingreadLines
methods.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...)
). -
ClassDescriptionA readable source of bytes, such as a file.A readable source of characters, such as a text file.