Interface IStreamStoreWithBinary

All Superinterfaces:
IStreamStore
All Known Implementing Classes:
StreamStoreFile, StreamStoreWithBinaryWrapper

public interface IStreamStoreWithBinary extends IStreamStore
Extended version of stream store - with direc reading of binary data.
  • Method Details

    • readData

      byte[] readData(String path, boolean withError)
    • writeData

      void writeData(String path, byte[] data, boolean withError)