Class probeEncoding
java.lang.Object
org.apache.jena.sparql.function.FunctionBase
org.apache.jena.sparql.function.FunctionBase1
org.aksw.jena_sparql_api.sparql.ext.fs.probeEncoding
- All Implemented Interfaces:
org.apache.jena.sparql.function.Function
public class probeEncoding
extends org.apache.jena.sparql.function.FunctionBase1
Probe the encoding of a file
Returns an empty string if none could be obtained
- Author:
- raven
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringdoProbeEncoding(Path path) org.apache.jena.sparql.expr.NodeValueexec(org.apache.jena.sparql.expr.NodeValue v) Methods inherited from class org.apache.jena.sparql.function.FunctionBase1
checkBuild, execMethods inherited from class org.apache.jena.sparql.function.FunctionBase
build, exec, exec
-
Constructor Details
-
probeEncoding
public probeEncoding()
-
-
Method Details
-
doProbeEncoding
-
exec
public org.apache.jena.sparql.expr.NodeValue exec(org.apache.jena.sparql.expr.NodeValue v) - Specified by:
execin classorg.apache.jena.sparql.function.FunctionBase1
-