com.rubecula.darwin.domain.helper
Class Sink_Bucket

java.lang.Object
  extended by com.rubecula.darwin.domain.helper.Sink_
      extended by com.rubecula.darwin.domain.helper.Sink_Bucket
All Implemented Interfaces:
Sink, java.io.Closeable, java.io.Flushable, java.lang.Appendable

public final class Sink_Bucket
extends Sink_

This is the bit bucket. Stuff appended here just goes up to the great bit bucket in the sky.

Author:
Robin Hillyard

Field Summary
 
Fields inherited from class com.rubecula.darwin.domain.helper.Sink_
LOG
 
Fields inherited from interface com.rubecula.darwin.domain.helper.Sink
NEWLINE
 
Constructor Summary
Sink_Bucket()
           
 
Method Summary
 java.lang.Appendable append(java.lang.CharSequence csq)
          Do nothing
 
Methods inherited from class com.rubecula.darwin.domain.helper.Sink_
append, append, close, flush, sinkOrLog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sink_Bucket

public Sink_Bucket()
Method Detail

append

public java.lang.Appendable append(java.lang.CharSequence csq)
                            throws java.io.IOException
Do nothing

Throws:
java.io.IOException
See Also:
Appendable.append(java.lang.CharSequence)


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