com.atlassian.jira.screenshot.applet
Class MultiPartForm

java.lang.Object
  extended by com.atlassian.jira.screenshot.applet.MultiPartForm

public class MultiPartForm
extends java.lang.Object

Author:
hchirino

To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.


Constructor Summary
MultiPartForm(java.lang.String encoding)
           
 
Method Summary
 void addPart(java.lang.String name, java.lang.String fileName, java.lang.String type, byte[] value)
           
 java.lang.String getBoundary()
          Returns the boundary.
 byte[] toByteArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiPartForm

public MultiPartForm(java.lang.String encoding)
Method Detail

addPart

public void addPart(java.lang.String name,
                    java.lang.String fileName,
                    java.lang.String type,
                    byte[] value)
             throws java.io.IOException
Throws:
java.io.IOException

toByteArray

public byte[] toByteArray()
                   throws java.io.IOException
Throws:
java.io.IOException

getBoundary

public java.lang.String getBoundary()
Returns the boundary.

Returns:
String


Copyright © 2002-2006 Atlassian. All Rights Reserved.