Package org.eclipse.rdf4j.common.io
package org.eclipse.rdf4j.common.io
-
ClassDescriptionClass providing utility methods for handling byte arrays.A ByteSink writes data as raw bytes directly to an
OutputStream
.A CharSink writes data as characters to aWriter
.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 Sink writes a data stream in a particularFileFormat
.A wrapper for an input stream to avoid allowing libraries to close input streams unexpectedly using theUncloseableInputStream.close()
method.A wrapper for an output stream to avoid allowing libraries to close output streams unexpectedly using theUncloseableOutputStream.close()
method.Zip-related utilities.