模块 okhttps

类 FilePara


  • public class FilePara
    extends Object
    从以下版本开始:
    2.5.0 从 HttpTask 中分离
    • 构造器详细资料

      • FilePara

        public FilePara​(String type,
                        String fileName,
                        byte[] content)
    • 方法详细资料

      • getType

        public String getType()
      • getFileName

        public String getFileName()
      • getContent

        public byte[] getContent()
      • getFile

        public File getFile()