|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openrdf.http.protocol.transaction.TransactionWriter
public class TransactionWriter
Serializes of an RDF transaction.
| Constructor Summary | |
|---|---|
TransactionWriter()
|
|
| Method Summary | |
|---|---|
void |
serialize(java.lang.Iterable<? extends TransactionOperation> txn,
java.io.OutputStream out)
serialize the passed list of operations to the passed writer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TransactionWriter()
| Method Detail |
|---|
public void serialize(java.lang.Iterable<? extends TransactionOperation> txn,
java.io.OutputStream out)
throws java.io.IOException
txn - the operationsout - the output stream to write to
java.lang.IllegalArgumentException - when one of the parameters is null
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||