public class FilePara extends Object
FilePara(String type, String fileName, byte[] content)
FilePara(String type, String fileName, File file)
byte[]
getContent()
File
getFile()
String
getFileName()
getType()
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public FilePara(String type, String fileName, byte[] content)
public FilePara(String type, String fileName, File file)
public String getType()
public String getFileName()
public byte[] getContent()
public File getFile()
public String toString()
toString
Object