Package org.eclipse.rdf4j.common.io
package org.eclipse.rdf4j.common.io
-
Interface SummaryInterfaceDescriptionA ByteSink writes data as raw bytes directly to an
OutputStream
.A CharSink writes data as characters to aWriter
.A Sink writes a data stream in a particularFileFormat
. -
Class SummaryClassDescriptionClass providing utility methods for handling byte arrays.Utility methods for operations on Files.GZip-related utilities.A writer that adds indentation to written text.Utility methods for I/O working with Readers, Writers, InputStreams and OutputStreams.Maven-related utility methods.File wrapper that protects against concurrent file closing events due to e.g.ResourceUtil is a utility class for retrieving resources (images, property-files, etc) from the classpath.A wrapper for an input stream to avoid allowing libraries to close input streams unexpectedly using the
UncloseableInputStream.close()
method.A wrapper for an output stream to avoid allowing libraries to close output streams unexpectedly using theUncloseableOutputStream.close()
method.Zip-related utilities.