Interface Resetable

  • All Known Implementing Classes:
    FormatIdInputStream, OverflowInputStream, PositionedStoreStream

    public interface Resetable
    This is a simple interface that is used by streams that can initialize and reset themselves. The purpose is for the implementation of BLOB/CLOB. It defines a methods that can be used to initialize and reset a stream.
    • Method Detail

      • closeStream

        void closeStream()
        Close. Free resources (such as open containers and locks) associated with the stream.