org.openjena.atlas.lib
Class SinkNull<T>
java.lang.Object
org.openjena.atlas.lib.SinkNull<T>
- All Implemented Interfaces:
- Closeable, Sink<T>
public class SinkNull<T>
- extends Object
- implements Sink<T>
SinkNull
public SinkNull()
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