Uses of Enum Class
org.eclipse.rdf4j.rio.helpers.RioCompression
Packages that use RioCompression
-
Uses of RioCompression in org.eclipse.rdf4j.rio.helpers
Subclasses with type arguments of type RioCompression in org.eclipse.rdf4j.rio.helpersModifier and TypeClassDescriptionenumCompression codecs commonly used around RDF input and output streams.Methods in org.eclipse.rdf4j.rio.helpers that return RioCompressionModifier and TypeMethodDescriptionstatic RioCompressionReturns the enum constant of this class with the specified name.static RioCompression[]RioCompression.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.rdf4j.rio.helpers that return types with arguments of type RioCompressionModifier and TypeMethodDescriptionstatic List<RioCompression> RioCompression.availableEncodings()static Optional<RioCompression> RioCompression.forContentEncoding(String contentEncoding) static Optional<RioCompression> RioCompression.forFileName(String fileName)