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 Summary

    Modifier and Type
    Method
    Description
    void
    Close.
    void
    Initialize.
    void
    Reset the stream to the beginning.