A B C D E F G H I L M N O P R S T U W Z 
All Classes All Packages

A

acceptsFileFormat(FileFormat) - Method in interface org.eclipse.rdf4j.common.io.Sink
Check if this Sink accepts the supplied FileFormat.
add(S) - Method in class org.eclipse.rdf4j.common.lang.service.ServiceRegistry
Adds a service to the registry.

B

ByteArrayUtil - Class in org.eclipse.rdf4j.common.io
Class providing utility methods for handling byte arrays.
ByteArrayUtil() - Constructor for class org.eclipse.rdf4j.common.io.ByteArrayUtil
 
ByteSink - Interface in org.eclipse.rdf4j.common.io
A ByteSink writes data as raw bytes directly to an OutputStream.

C

CharSink - Interface in org.eclipse.rdf4j.common.io
A CharSink writes data as characters to a Writer.
close() - Method in class org.eclipse.rdf4j.common.io.IndentingWriter
 
close() - Method in class org.eclipse.rdf4j.common.io.NioFile
 
close() - Method in class org.eclipse.rdf4j.common.io.UncloseableInputStream
 
close() - Method in class org.eclipse.rdf4j.common.io.UncloseableOutputStream
 
compareRegion(byte[], int, byte[], int, int) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Compares two regions of bytes, indicating whether one is larger than the other.
create(String) - Static method in class org.eclipse.rdf4j.common.net.ParsedIRI
Creates a ParsedIRI by parsing the given string.

D

decreaseIndentation() - Method in class org.eclipse.rdf4j.common.io.IndentingWriter
Decrease indentation level by 1.
delete() - Method in class org.eclipse.rdf4j.common.io.NioFile
Close any open channels and then deletes the file.
deleteDir(File) - Static method in class org.eclipse.rdf4j.common.io.FileUtil
Deletes the specified directory and any files and directories in it recursively.
doClose() - Method in class org.eclipse.rdf4j.common.io.UncloseableInputStream
Invoke close on FilterInputStream parent class.
doClose() - Method in class org.eclipse.rdf4j.common.io.UncloseableOutputStream
Invoke close on FilterOutputStream parent class.

E

equals(Object) - Method in class org.eclipse.rdf4j.common.lang.FileFormat
Compares FileFormat objects based on their name, ignoring case.
equals(Object) - Method in class org.eclipse.rdf4j.common.net.ParsedIRI
Tests this IRI for simple string comparison with another object.
extract(File, File) - Static method in class org.eclipse.rdf4j.common.io.ZipUtil
Extract the contents of a zipfile to a directory.
extract(ZipFile, File) - Static method in class org.eclipse.rdf4j.common.io.ZipUtil
Extract the contents of a zipfile to a directory.

F

FileFormat - Class in org.eclipse.rdf4j.common.lang
Abstract representation of a file format.
FileFormat(String, String, Charset, String) - Constructor for class org.eclipse.rdf4j.common.lang.FileFormat
Creates a new FileFormat object.
FileFormat(String, String, Charset, Collection<String>) - Constructor for class org.eclipse.rdf4j.common.lang.FileFormat
Creates a new FileFormat object.
FileFormat(String, Collection<String>, Charset, Collection<String>) - Constructor for class org.eclipse.rdf4j.common.lang.FileFormat
Creates a new FileFormat object.
FileFormatServiceRegistry<FF extends FileFormat,​S> - Class in org.eclipse.rdf4j.common.lang.service
A special ServiceRegistry for FileFormat related services.
FileFormatServiceRegistry(Class<S>) - Constructor for class org.eclipse.rdf4j.common.lang.service.FileFormatServiceRegistry
 
FileUtil - Class in org.eclipse.rdf4j.common.io
Utility methods for operations on Files.
FileUtil() - Constructor for class org.eclipse.rdf4j.common.io.FileUtil
 
find(byte[], int, int, byte) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Retrieve a byte from a byte array.
find(byte[], int, int, byte[]) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Look for a sequence of bytes in a byte array.
flush() - Method in class org.eclipse.rdf4j.common.io.IndentingWriter
 
force(boolean) - Method in class org.eclipse.rdf4j.common.io.NioFile
Performs a protected FileChannel.force(boolean) call.

G

get(byte[], int) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Gets the subarray from array that starts at offset.
get(byte[], int, int) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Gets the subarray of length length from array that starts at offset.
get(K) - Method in class org.eclipse.rdf4j.common.lang.service.ServiceRegistry
Gets the service for the specified key, if any.
getAll() - Method in class org.eclipse.rdf4j.common.lang.service.ServiceRegistry
Gets all registered services.
getCharactersSinceEOL() - Method in class org.eclipse.rdf4j.common.io.IndentingWriter
Get the number of characters read since end-of-line.
getCharset() - Method in class org.eclipse.rdf4j.common.lang.FileFormat
Get the (default) charset for this file format.
getDefaultFileExtension() - Method in class org.eclipse.rdf4j.common.lang.FileFormat
Gets the default file name extension for this file format.
getDefaultMIMEType() - Method in class org.eclipse.rdf4j.common.lang.FileFormat
Gets the default MIME type for this file format.
getFile() - Method in class org.eclipse.rdf4j.common.io.NioFile
 
getFileExtensions() - Method in class org.eclipse.rdf4j.common.lang.FileFormat
Gets the file format's file extensions.
getFileFormat() - Method in interface org.eclipse.rdf4j.common.io.Sink
Get the FileFormat this sink uses.
getFileFormatForFileName(String) - Method in class org.eclipse.rdf4j.common.lang.service.FileFormatServiceRegistry
Tries to match the extension of a file name against the list of registred file formats.
getFileFormatForMIMEType(String) - Method in class org.eclipse.rdf4j.common.lang.service.FileFormatServiceRegistry
Tries to match a MIME type against the list of registered file formats.
getFragment() - Method in class org.eclipse.rdf4j.common.net.ParsedIRI
Returns the raw fragment component of this IRI after the hash.
getHost() - Method in class org.eclipse.rdf4j.common.net.ParsedIRI
Returns the host component of this IRI.
getIndentationLevel() - Method in class org.eclipse.rdf4j.common.io.IndentingWriter
Get the indentation level (number of tabs or indentation string).
getIndentationString() - Method in class org.eclipse.rdf4j.common.io.IndentingWriter
Gets the string used for indentation.
getInputStream(String) - Static method in class org.eclipse.rdf4j.common.io.ResourceUtil
Get an inputstream on the specified resource.
getInt(byte[], int) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Get an integer value from a byte array at a specific offset.
getKey(S) - Method in class org.eclipse.rdf4j.common.lang.service.ServiceRegistry
Gets the key for the specified service.
getKeys() - Method in class org.eclipse.rdf4j.common.lang.service.ServiceRegistry
Gets the set of registered keys.
getLong(byte[], int) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Get a long value from a byte array at a specific offset.
getMIMETypes() - Method in class org.eclipse.rdf4j.common.lang.FileFormat
Gets the file format's MIME types.
getName() - Method in class org.eclipse.rdf4j.common.lang.FileFormat
Gets the name of this file format.
getOutputStream() - Method in interface org.eclipse.rdf4j.common.io.ByteSink
get the OutputStream used by this ByteSink.
getPath() - Method in class org.eclipse.rdf4j.common.net.ParsedIRI
Returns the raw path component of this IRI.
getPort() - Method in class org.eclipse.rdf4j.common.net.ParsedIRI
Returns the port number of this IRI.
getProperties(String) - Static method in class org.eclipse.rdf4j.common.io.ResourceUtil
Retrieve a properties resource.
getQuery() - Method in class org.eclipse.rdf4j.common.net.ParsedIRI
Returns the raw query component of this IRI after the first question mark.
getScheme() - Method in class org.eclipse.rdf4j.common.net.ParsedIRI
Returns the scheme component of this IRI.
getString(String) - Static method in class org.eclipse.rdf4j.common.io.ResourceUtil
Retrieve the String contents of the specified resource, obtained by opening in inputstream on the resource and then interpreting the bytes contained in the inputstream as if they represented characters.
getURL(String) - Static method in class org.eclipse.rdf4j.common.io.ResourceUtil
The URL to the specified resource
getUserInfo() - Method in class org.eclipse.rdf4j.common.net.ParsedIRI
Returns the raw user-information component of this IRI.
getWriter() - Method in interface org.eclipse.rdf4j.common.io.CharSink
get the Writer used by this CharSink.
GZipUtil - Class in org.eclipse.rdf4j.common.io
GZip-related utilities.
GZipUtil() - Constructor for class org.eclipse.rdf4j.common.io.GZipUtil
 

H

has(K) - Method in class org.eclipse.rdf4j.common.lang.service.ServiceRegistry
Checks whether a service for the specified key is available.
hasCharset() - Method in class org.eclipse.rdf4j.common.lang.FileFormat
Checks if the FileFormat has a (default) charset.
hasDefaultFileExtension(String) - Method in class org.eclipse.rdf4j.common.lang.FileFormat
Checks if the specified file name extension matches the FileFormat's default file name extension.
hasDefaultMIMEType(String) - Method in class org.eclipse.rdf4j.common.lang.FileFormat
Checks if the specified MIME type matches the FileFormat's default MIME type.
hasFileExtension(String) - Method in class org.eclipse.rdf4j.common.lang.FileFormat
Checks if the FileFormat's file extension is equal to the specified file extension.
hashCode() - Method in class org.eclipse.rdf4j.common.lang.FileFormat
 
hashCode() - Method in class org.eclipse.rdf4j.common.net.ParsedIRI
 
hasMIMEType(String) - Method in class org.eclipse.rdf4j.common.lang.FileFormat
Checks if specified MIME type matches one of the FileFormat's MIME types.

I

increaseIndentation() - Method in class org.eclipse.rdf4j.common.io.IndentingWriter
Increase indentation level by 1.
indentationLevel - Variable in class org.eclipse.rdf4j.common.io.IndentingWriter
The current indentation level, i.e. the number of tabs to indent a start or end tag.
IndentingWriter - Class in org.eclipse.rdf4j.common.io
A writer that adds indentation to written text.
IndentingWriter(Writer) - Constructor for class org.eclipse.rdf4j.common.io.IndentingWriter
 
IOUtil - Class in org.eclipse.rdf4j.common.io
Utility methods for I/O working with Readers, Writers, InputStreams and OutputStreams.
IOUtil() - Constructor for class org.eclipse.rdf4j.common.io.IOUtil
 
isAbsolute() - Method in class org.eclipse.rdf4j.common.net.ParsedIRI
Tells whether or not this IRI is absolute.
isClosed() - Method in class org.eclipse.rdf4j.common.io.NioFile
Check if a file was closed explicitly.
isGZipStream(InputStream) - Static method in class org.eclipse.rdf4j.common.io.GZipUtil
Check if a stream is a GZIP stream, by checking the first bytes of the stream.
isOpaque() - Method in class org.eclipse.rdf4j.common.net.ParsedIRI
Tells whether or not this IRI is opaque.
isZipStream(InputStream) - Static method in class org.eclipse.rdf4j.common.io.ZipUtil
Test if an input stream is a zip input stream by checking the "magic number"

L

loadPomProperties(String, String) - Static method in class org.eclipse.rdf4j.common.io.MavenUtil
Loads the Maven pom.properties for the specified artifact.
loadVersion(String, String, String) - Static method in class org.eclipse.rdf4j.common.io.MavenUtil
Loads the version number from the pom.properties file for the specified artifact.
logger - Variable in class org.eclipse.rdf4j.common.lang.service.ServiceRegistry
 

M

main(String[]) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
 
matchesPattern(byte[], byte[], byte[]) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Checks whether value matches pattern with respect to the bits specified by mask.
matchFileName(String, Iterable<FF>) - Static method in class org.eclipse.rdf4j.common.lang.FileFormat
Tries to match the specified file name with the file extensions of the supplied file formats.
matchMIMEType(String, Iterable<FF>) - Static method in class org.eclipse.rdf4j.common.lang.FileFormat
Tries to match the specified MIME type with the MIME types of the supplied file formats.
MavenUtil - Class in org.eclipse.rdf4j.common.io
Maven-related utility methods.
MavenUtil() - Constructor for class org.eclipse.rdf4j.common.io.MavenUtil
 

N

NioFile - Class in org.eclipse.rdf4j.common.io
File wrapper that protects against concurrent file closing events due to e.g.
NioFile(File) - Constructor for class org.eclipse.rdf4j.common.io.NioFile
Constructor Opens a file in read/write mode, creating a new one if the file doesn't exist.
NioFile(File, String) - Constructor for class org.eclipse.rdf4j.common.io.NioFile
Constructor Opens a file in a specific mode, creating a new one if the file doesn't exist.
NioFile(File, Set<StandardOpenOption>) - Constructor for class org.eclipse.rdf4j.common.io.NioFile
 
NioFile(Path, Set<StandardOpenOption>) - Constructor for class org.eclipse.rdf4j.common.io.NioFile
 
normalize() - Method in class org.eclipse.rdf4j.common.net.ParsedIRI
Normalizes this IRI's components.
nullHashCode(Object) - Static method in class org.eclipse.rdf4j.common.lang.ObjectUtil
Returns the hash code of the supplied object, or 0 if a null reference is supplied.

O

ObjectUtil - Class in org.eclipse.rdf4j.common.lang
Generic utility methods related to objects.
ObjectUtil() - Constructor for class org.eclipse.rdf4j.common.lang.ObjectUtil
 
org.eclipse.rdf4j.common.io - package org.eclipse.rdf4j.common.io
 
org.eclipse.rdf4j.common.lang - package org.eclipse.rdf4j.common.lang
 
org.eclipse.rdf4j.common.lang.service - package org.eclipse.rdf4j.common.lang.service
 
org.eclipse.rdf4j.common.net - package org.eclipse.rdf4j.common.net
 
out - Variable in class org.eclipse.rdf4j.common.io.IndentingWriter
The underlying writer.

P

ParsedIRI - Class in org.eclipse.rdf4j.common.net
Represents an Internationalized Resource Identifier (IRI) reference.
ParsedIRI(String) - Constructor for class org.eclipse.rdf4j.common.net.ParsedIRI
Constructs a ParsedIRI by parsing the given string.
ParsedIRI(String, String, String, int, String, String, String) - Constructor for class org.eclipse.rdf4j.common.net.ParsedIRI
Constructs a hierarchical IRI from the given components.
put(byte[], byte[], int) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Puts the entire source array in the target array at offset offset.
putInt(int, byte[], int) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Put an integer value (padded) in a byte array at a specific offset.
putLong(long, byte[], int) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Put a long value (padded) in a byte array at a specific offset.

R

R - Static variable in class org.eclipse.rdf4j.common.io.NioFile
 
read(ByteBuffer, long) - Method in class org.eclipse.rdf4j.common.io.NioFile
Performs a protected FileChannel.read(ByteBuffer, long) call.
readByte(long) - Method in class org.eclipse.rdf4j.common.io.NioFile
Read single byte from channel starting at offset.
readBytes(long, int) - Method in class org.eclipse.rdf4j.common.io.NioFile
Read a byte array of a specific length from channel starting at offset.
readBytes(File) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Reads all bytes from the specified file and returns them as a byte array.
readBytes(InputStream) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Reads all bytes from the supplied input stream and returns them as a byte array.
readBytes(InputStream, byte[]) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Fills the supplied byte array with bytes read from the specified InputStream.
readBytes(InputStream, int) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Reads at most maxBytes bytes from the supplied input stream and returns them as a byte array.
readChars(Reader) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Reads all characters from the supplied reader and returns them.
readChars(Reader, char[]) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Fills the supplied character array with characters read from the specified Reader.
readChars(URL) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Read the contents of a (unbuffered) resource into a character array.
readInt(long) - Method in class org.eclipse.rdf4j.common.io.NioFile
Read integer value from channel starting at offset.
readLong(long) - Method in class org.eclipse.rdf4j.common.io.NioFile
Read long value from channel starting at offset.
readProperties(File) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Read properties from the specified file.
readProperties(File, Properties) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Read properties from the specified file.
readProperties(InputStream) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Read properties from the specified InputStream.
readProperties(InputStream, Properties) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Read properties from the specified InputStream.
readString(File) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Read the contents as a string from the given (unbuffered) file.
readString(InputStream) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Read the contents of an (unbuffered) input stream into a single string.
readString(Reader) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Reads all characters from the supplied reader and returns them as a string.
readString(Reader, int) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Reads a string of at most length maxChars from the supplied Reader.
readString(URL) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Read the contents of a (unbuffered) resource into one single string.
readVarInt(InputStream) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Read an variable length integer.
regionMatches(byte[], byte[], int) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Checks whether subValue matches the region in superValue starting at offset offset.
relativize(String) - Method in class org.eclipse.rdf4j.common.net.ParsedIRI
Relativizes the given IRI against this ParsedIRI.
relativize(ParsedIRI) - Method in class org.eclipse.rdf4j.common.net.ParsedIRI
Relativizes the given IRI against this ParsedIRI.
remove(S) - Method in class org.eclipse.rdf4j.common.lang.service.ServiceRegistry
Removes a service from the registry.
resolve(String) - Method in class org.eclipse.rdf4j.common.net.ParsedIRI
Resolves the given IRI against this ParsedIRI.
resolve(ParsedIRI) - Method in class org.eclipse.rdf4j.common.net.ParsedIRI
Resolves the given IRI against this ParsedIRI.
ResourceUtil - Class in org.eclipse.rdf4j.common.io
ResourceUtil is a utility class for retrieving resources (images, property-files, etc) from the classpath.
ResourceUtil() - Constructor for class org.eclipse.rdf4j.common.io.ResourceUtil
 
RW - Static variable in class org.eclipse.rdf4j.common.io.NioFile
 
RWD - Static variable in class org.eclipse.rdf4j.common.io.NioFile
 
RWS - Static variable in class org.eclipse.rdf4j.common.io.NioFile
 

S

ServiceRegistry<K,​S> - Class in org.eclipse.rdf4j.common.lang.service
A registry that stores services by some key.
ServiceRegistry(Class<S>) - Constructor for class org.eclipse.rdf4j.common.lang.service.ServiceRegistry
 
services - Variable in class org.eclipse.rdf4j.common.lang.service.ServiceRegistry
 
setIndentationLevel(int) - Method in class org.eclipse.rdf4j.common.io.IndentingWriter
Set indentation level (number of tabs or indentation string).
setIndentationString(String) - Method in class org.eclipse.rdf4j.common.io.IndentingWriter
Sets the string that should be used for indentation.
Sink - Interface in org.eclipse.rdf4j.common.io
A Sink writes a data stream in a particular FileFormat.
size() - Method in class org.eclipse.rdf4j.common.io.NioFile
Performs a protected FileChannel.size() call.

T

toASCIIString() - Method in class org.eclipse.rdf4j.common.net.ParsedIRI
Returns the content of this IRI as a US-ASCII string.
toBitSet(byte[]) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Convert a byte array to a vector of bits.
toByteArray(BitSet) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Convert a bitset to a byte array.
toHexString(byte[]) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Returns the hexadecimal value of the supplied byte array.
toString() - Method in class org.eclipse.rdf4j.common.lang.FileFormat
 
toString() - Method in class org.eclipse.rdf4j.common.net.ParsedIRI
Returns the content of this IRI as a string.
transfer(InputStream, File) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Writes all bytes from an InputStream to a file.
transfer(InputStream, OutputStream) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Transfers all bytes that can be read from in to out.
transfer(Reader, File) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Writes all characters from a Reader to a file using the default character encoding.
transfer(Reader, Writer) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Transfers all characters that can be read from in to out .
transferTo(long, long, WritableByteChannel) - Method in class org.eclipse.rdf4j.common.io.NioFile
truncate(long) - Method in class org.eclipse.rdf4j.common.io.NioFile
Performs a protected FileChannel.truncate(long) call.

U

UncloseableInputStream - Class in org.eclipse.rdf4j.common.io
A wrapper for an input stream to avoid allowing libraries to close input streams unexpectedly using the UncloseableInputStream.close() method.
UncloseableInputStream(InputStream) - Constructor for class org.eclipse.rdf4j.common.io.UncloseableInputStream
Constructor
UncloseableOutputStream - Class in org.eclipse.rdf4j.common.io
A wrapper for an output stream to avoid allowing libraries to close output streams unexpectedly using the UncloseableOutputStream.close() method.
UncloseableOutputStream(OutputStream) - Constructor for class org.eclipse.rdf4j.common.io.UncloseableOutputStream
Constructor
urlToReader(URL) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Read the contents of a resource into a reader.

W

write(char[], int, int) - Method in class org.eclipse.rdf4j.common.io.IndentingWriter
 
write(String, int, int) - Method in class org.eclipse.rdf4j.common.io.IndentingWriter
 
write(ByteBuffer, long) - Method in class org.eclipse.rdf4j.common.io.NioFile
Performs a protected FileChannel.write(ByteBuffer, long) call.
writeByte(byte, long) - Method in class org.eclipse.rdf4j.common.io.NioFile
Write single byte to channel starting at offset.
writeBytes(byte[], long) - Method in class org.eclipse.rdf4j.common.io.NioFile
Write byte array to channel starting at offset.
writeBytes(byte[], File) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Write the contents of a byte array (unbuffered) to a file.
writeBytes(byte[], OutputStream) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Write he contents of a byte array (unbuffered) to an output stream.
writeEntry(ZipFile, ZipEntry, File) - Static method in class org.eclipse.rdf4j.common.io.ZipUtil
Write an entry to a zip file.
writeEOL() - Method in class org.eclipse.rdf4j.common.io.IndentingWriter
Writes an end-of-line character sequence and triggers the indentation for the text written on the next line.
writeInt(int, long) - Method in class org.eclipse.rdf4j.common.io.NioFile
Write integer value to channel starting at offset.
writeLong(long, long) - Method in class org.eclipse.rdf4j.common.io.NioFile
Write long value to channel starting at offset.
writeProperties(Properties, File, boolean) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Write the specified properties to the specified file.
writeProperties(Properties, OutputStream, boolean) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Write the specified properties to the specified output stream.
writeStream(InputStream, File) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Writes all data that can be read from the supplied InputStream to the specified file.
writeString(String, File) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Write the contents of a string (unbuffered) to a file
writeVarInt(OutputStream, int) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Write an variable length (non-negative) integer.

Z

ZipUtil - Class in org.eclipse.rdf4j.common.io
Zip-related utilities.
ZipUtil() - Constructor for class org.eclipse.rdf4j.common.io.ZipUtil
 
A B C D E F G H I L M N O P R S T U W Z 
All Classes All Packages