Class MultiPartDecoder.FormField
java.lang.Object
com.biglybt.core.util.MultiPartDecoder.FormField
- Enclosing class:
MultiPartDecoder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Map(package private) final ByteArrayOutputStream(package private) File(package private) FileOutputStreamprotected final String(package private) InputStreamprotected long -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
attributes
-
total_len
protected long total_len -
baos
-
file
File file -
fos
FileOutputStream fos -
returned_stream
InputStream returned_stream
-
-
Constructor Details
-
FormField
-
-
Method Details
-
getName
-
getAttribute
-
getInputStream
- Throws:
IOException
-
getString
- Throws:
IOException
-
destroy
public void destroy() -
write
- Throws:
IOException
-
complete
- Throws:
IOException
-