Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.google.common.io Classes and Interfaces - 27 results found.
NameDescriptionTypePackageFramework
BaseEncodingA binary encoding scheme for reversibly translating between byte sequences and printable ASCII strings.Classcom.google.common.ioGoogle Guava
BaseEncoding .DecodingExceptionException indicating invalid base-encoded input encountered while decoding.Classcom.google.common.io.BaseEncodingGoogle Guava
ByteArrayDataInputAn extension of DataInput for reading from in-memory byte arrays; its methods offer identical functionality but do not throw IOException.Interfacecom.google.common.ioGoogle Guava
ByteArrayDataOutputAn extension of DataOutput for writing to in-memory byte arrays; its methods offer identical functionality but do not throw IOException.Interfacecom.google.common.ioGoogle Guava
ByteProcessorA callback interface to process bytes from a stream.Interfacecom.google.common.ioGoogle Guava
ByteSinkA destination to which bytes can be written, such as a file.Classcom.google.common.ioGoogle Guava
ByteSourceA readable source of bytes, such as a file.Classcom.google.common.ioGoogle Guava
ByteStreamsProvides utility methods for working with byte arrays and I/O streams.Classcom.google.common.ioGoogle Guava
CharSinkA destination to which characters can be written, such as a text file.Classcom.google.common.ioGoogle Guava
CharSourceA readable source of characters, such as a text file.Classcom.google.common.ioGoogle Guava
CharStreamsProvides utility methods for working with character streams.Classcom.google.common.ioGoogle Guava
CloseablesUtility methods for working with Closeable objects.Classcom.google.common.ioGoogle Guava
CloserA Closeable that collects Closeable resources and closes them all when it is closed.Classcom.google.common.ioGoogle Guava
CountingInputStreamAn InputStream that counts the number of bytes read.Classcom.google.common.ioGoogle Guava
CountingOutputStreamAn OutputStream that counts the number of bytes written.Classcom.google.common.ioGoogle Guava
FileBackedOutputStreamAn OutputStream that starts buffering to a byte array, but switches to file buffering once the data reaches a configurable size.Classcom.google.common.ioGoogle Guava
FilesProvides utility methods for working with files.Classcom.google.common.ioGoogle Guava
FileWriteModeModes for opening a file for writing.Classcom.google.common.ioGoogle Guava
FlushablesUtility methods for working with Flushable objects.Classcom.google.common.ioGoogle Guava
InputSupplierA factory for readable streams of bytes or characters.Interfacecom.google.common.ioGoogle Guava
LineProcessorA callback to be used with the streaming readLines methods.Interfacecom.google.common.ioGoogle Guava
LineReaderA class for reading lines of text.Classcom.google.common.ioGoogle Guava
LittleEndianDataInputStreamAn implementation of DataInput that uses little-endian byte ordering for reading short, int, float, double, andClasscom.google.common.ioGoogle Guava
LittleEndianDataOutputStreamAn implementation of DataOutput that uses little-endian byte ordering for writing char, short, int, float, double, and long values.Classcom.google.common.ioGoogle Guava
OutputSupplierA factory for writable streams of bytes or characters.Interfacecom.google.common.ioGoogle Guava
PatternFilenameFilterFile name filter that only accepts files matching a regular expression.Classcom.google.common.ioGoogle Guava
ResourcesProvides utility methods for working with resources in the classpath.Classcom.google.common.ioGoogle Guava