Package com._1c.g5.v8.dt.core.streams
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 Summary
Modifier and TypeMethodDescriptioninterface for recovery binary datainterface for recovery binary datastream()
-
Method Details
-
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
-