Class ProtobufConvert

java.lang.Object
org.apache.jena.riot.protobuf.ProtobufConvert

public class ProtobufConvert extends Object
Convert to and from Protobuf wire objects.

See StreamRDF2Protobuf and Protobuf2StreamRDF for ways to convert as streams (they recycle intermediate objects).

Many operations have available with a cache. The cache is used for creating URis from strings. It interns the node leading to significant savings of space, especially in the property position.

See Also: