org.openjena.atlas.lib
Class SinkNull<T>

java.lang.Object
  extended by org.openjena.atlas.lib.SinkNull<T>
All Implemented Interfaces:
Closeable, Sink<T>

public class SinkNull<T>
extends Object
implements Sink<T>


Constructor Summary
SinkNull()
           
 
Method Summary
 void close()
           
static
<X> SinkNull<X>
create()
           
 void flush()
           
 void send(T thing)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SinkNull

public SinkNull()
Method Detail

create

public static <X> SinkNull<X> create()

send

public void send(T thing)
Specified by:
send in interface Sink<T>

close

public void close()
Specified by:
close in interface Closeable

flush

public void flush()
Specified by:
flush in interface Sink<T>


Licenced under the Apache License, Version 2.0