Interface IInPersistenceStorage

  • All Known Implementing Classes:
    StreamInPersistenceStorage

    public interface IInPersistenceStorage
    interface for recovery binary data from structured stream. You openBinFile() and read bynary data from FileInEx {@link ListInStream, FileInEx}
    • Method Detail

      • stream

        ListInStream stream()
        Returns:
        link to serialization stream
      • openBinFile

        IFileEx openBinFile()
        interface for recovery binary data
        Returns:
        seek capable file interface (Input)
      • openForwardOnlyBinFile

        IFile openForwardOnlyBinFile()
        interface for recovery binary data
        Returns:
        file for deserialization binary data. You can read it only once and have to clear it. After cleaning read common stream again