Uses of Class
org.eclipse.rdf4j.rio.hdt.HDTPart.Type
-
Packages that use HDTPart.Type Package Description org.eclipse.rdf4j.rio.hdt Parser/writer for the HDT v1.0 format. -
-
Uses of HDTPart.Type in org.eclipse.rdf4j.rio.hdt
Methods in org.eclipse.rdf4j.rio.hdt that return HDTPart.Type Modifier and Type Method Description static HDTPart.Type
HDTPart.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HDTPart.Type[]
HDTPart.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.rdf4j.rio.hdt with parameters of type HDTPart.Type Modifier and Type Method Description protected static void
HDTPart. checkControl(java.io.InputStream is, HDTPart.Type ctype)
Check start of part for$HDT
and the byte indicating the type
-