Interface ResourceStore

  • All Known Implementing Classes:
    MemoryResourceStore

    public interface ResourceStore
    A Store is where the compilers are storing the results
    • Method Detail

      • write

        void write​(String pResourceName,
                   byte[] pResourceData)
      • write

        void write​(String pResourceName,
                   byte[] pResourceData,
                   boolean createFolder)
      • read

        byte[] read​(String pResourceName)
      • remove

        void remove​(String pResourceName)