Class FSSController

java.lang.Object
cool.scx.ext.fss.FSSController

public class FSSController extends Object

FSSController class.

Version:
0.3.6
Author:
scx567888
  • Constructor Details

  • Method Details

    • download

      public cool.scx.web.vo.Download download(String fssObjectID)
    • image

      public cool.scx.web.vo.Image image(String fssObjectID, Integer width, Integer height, String type)
    • raw

      public cool.scx.web.vo.Raw raw(String fssObjectID)
    • upload

      public cool.scx.web.vo.BaseVo upload(String fileName, Long fileSize, String fileHash, Integer chunkLength, Integer nowChunkIndex, cool.scx.http.media.multi_part.MultiPartPart fileData) throws Exception
      Throws:
      Exception
    • delete

      public cool.scx.web.vo.BaseVo delete(String fssObjectID) throws IOException
      Throws:
      IOException
    • checkAnyFileExistsByHash

      public cool.scx.web.vo.BaseVo checkAnyFileExistsByHash(String fileName, Long fileSize, String fileHash) throws IOException
      Throws:
      IOException
    • info

      public cool.scx.web.vo.BaseVo info(String fssObjectID)
    • listInfo

      public cool.scx.web.vo.BaseVo listInfo(List<String> fssObjectIDs)