Interface Closeable

All Known Subinterfaces:
AWriter, IteratorCloseable<T>, Sink<T>
All Known Implementing Classes:
AWriterBase, IndentedLineBuffer, IndentedWriter, Iter, IteratorBase, IteratorConcat, IteratorCons, IteratorDelayedInitialization, IteratorOnClose, IteratorSlotted, IteratorTruncate, IteratorWithBuffer, IteratorWithHistory, IteratorWrapper, SinkCounting, SinkLogging, SinkNull, SinkPrint, SinkSplit, SinkToCollection, SinkToQueue, SinkWrapper, StringWriterI, Writer2

public interface Closeable
Close this object. This form does not allow Exceptions.

The close() operation may safely be called multiple times.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • close

      void close()