Class StorageAction

java.lang.Object
com.kingsrook.qqq.backend.core.actions.tables.StorageAction

public class StorageAction extends Object
Action to do (generally, "mass") storage operations in a backend. e.g., store a (potentially large) file - specifically - by working with it as either an InputStream or OutputStream. May not be implemented in all backends.
  • Constructor Details

    • StorageAction

      public StorageAction()
  • Method Details