public class RDFCompressedFormat
extends org.openrdf.rio.RDFFormat
| Modifier and Type | Class and Description |
|---|---|
static class |
RDFCompressedFormat.Compression |
| Modifier and Type | Field and Description |
|---|---|
static RDFCompressedFormat.Compression |
NO_COMPRESSION |
| Constructor and Description |
|---|
RDFCompressedFormat(org.openrdf.rio.RDFFormat theBaseFormat,
RDFCompressedFormat.Compression theCompression) |
| Modifier and Type | Method and Description |
|---|---|
static org.openrdf.rio.RDFFormat |
forFileName(File theFile,
org.openrdf.rio.RDFFormat theBaseFormat) |
static org.openrdf.rio.RDFFormat |
forFileName(String theFileName) |
static org.openrdf.rio.RDFFormat |
forFileName(String theFileName,
org.openrdf.rio.RDFFormat theBaseFormat) |
org.openrdf.rio.RDFFormat |
getBaseFormat() |
static org.openrdf.rio.RDFFormat |
getBaseFormat(org.openrdf.rio.RDFFormat theFormat) |
RDFCompressedFormat.Compression |
getCompression() |
static RDFCompressedFormat.Compression |
getCompression(org.openrdf.rio.RDFFormat theFormat) |
static org.openrdf.rio.RDFFormat |
valueOf(org.openrdf.rio.RDFFormat theFormat,
RDFCompressedFormat.Compression theCompression) |
static org.openrdf.rio.RDFFormat |
valueOf(org.openrdf.rio.RDFFormat theFormat,
String theName) |
getAcceptParams, getStandardURI, hasStandardURI, supportsContexts, supportsNamespacespublic static final RDFCompressedFormat.Compression NO_COMPRESSION
public RDFCompressedFormat(org.openrdf.rio.RDFFormat theBaseFormat,
RDFCompressedFormat.Compression theCompression)
public static org.openrdf.rio.RDFFormat valueOf(org.openrdf.rio.RDFFormat theFormat,
String theName)
public static org.openrdf.rio.RDFFormat valueOf(org.openrdf.rio.RDFFormat theFormat,
RDFCompressedFormat.Compression theCompression)
public org.openrdf.rio.RDFFormat getBaseFormat()
public RDFCompressedFormat.Compression getCompression()
public static org.openrdf.rio.RDFFormat forFileName(File theFile, org.openrdf.rio.RDFFormat theBaseFormat)
public static org.openrdf.rio.RDFFormat forFileName(String theFileName)
public static org.openrdf.rio.RDFFormat forFileName(String theFileName, org.openrdf.rio.RDFFormat theBaseFormat)
public static org.openrdf.rio.RDFFormat getBaseFormat(org.openrdf.rio.RDFFormat theFormat)
public static RDFCompressedFormat.Compression getCompression(org.openrdf.rio.RDFFormat theFormat)
Copyright © 2010-2016 Stardog Union. All Rights Reserved.