org.apache.jena.tdb.store.bulkloader3
Class PairSerializationFactory

java.lang.Object
  extended by org.apache.jena.tdb.store.bulkloader3.PairSerializationFactory
All Implemented Interfaces:
SerializationFactory<Pair<byte[],byte[]>>

public class PairSerializationFactory
extends Object
implements SerializationFactory<Pair<byte[],byte[]>>


Constructor Summary
PairSerializationFactory()
           
 
Method Summary
 Iterator<Pair<byte[],byte[]>> createDeserializer(InputStream in)
           
 Sink<Pair<byte[],byte[]>> createSerializer(OutputStream out)
           
 long getEstimatedMemorySize(Pair<byte[],byte[]> item)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PairSerializationFactory

public PairSerializationFactory()
Method Detail

createDeserializer

public Iterator<Pair<byte[],byte[]>> createDeserializer(InputStream in)
Specified by:
createDeserializer in interface SerializationFactory<Pair<byte[],byte[]>>

createSerializer

public Sink<Pair<byte[],byte[]>> createSerializer(OutputStream out)
Specified by:
createSerializer in interface SerializationFactory<Pair<byte[],byte[]>>

getEstimatedMemorySize

public long getEstimatedMemorySize(Pair<byte[],byte[]> item)
Specified by:
getEstimatedMemorySize in interface SerializationFactory<Pair<byte[],byte[]>>


Licenced under the Apache License, Version 2.0