Interface ResourceStore

All Known Implementing Classes:
AbstractResourceStore, FileResourceStore, JarResourceStore

public interface ResourceStore
*interface taken from Apache JCI
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    read(String pResourceName)
     
    void
    write(String pResourceName, byte[] pResourceData)
     
  • Method Details

    • write

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

      byte[] read(String pResourceName)