com.rubecula.darwin.domain.helper
Interface Sink

All Superinterfaces:
java.lang.Appendable, java.io.Closeable, java.io.Flushable
All Known Subinterfaces:
SinkCensus
All Known Implementing Classes:
Census_Darwinian, Census_Detail, Census_Sink, Census_Standard, Census_TS, Census_WingColor, Sink_, Sink_Bucket, Sink_Log

public interface Sink
extends java.lang.Appendable, java.io.Closeable, java.io.Flushable

Interface to capture the essence of place where output can go, a sink in the engineering sense of sources and sinks. The Java folks should have defined this already.

Author:
Robin Hillyard

Field Summary
static java.lang.String NEWLINE
           
 
Method Summary
 
Methods inherited from interface java.lang.Appendable
append, append, append
 
Methods inherited from interface java.io.Closeable
close
 
Methods inherited from interface java.io.Flushable
flush
 

Field Detail

NEWLINE

static final java.lang.String NEWLINE
See Also:
Constant Field Values


Copyright © 2010 Rubecula Software, LLC. All Rights Reserved.