All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.lgeds.jdf.servlet.MultipartInputStreamHandler

java.lang.Object
   |
   +----com.lgeds.jdf.servlet.MultipartInputStreamHandler

public class MultipartInputStreamHandler
extends Object

Constructor Index

 o MultipartInputStreamHandler(ServletInputStream, String, int)

Method Index

 o readLine()
 o readLine(byte[], int, int)

Constructors

 o MultipartInputStreamHandler
 public MultipartInputStreamHandler(ServletInputStream in,
                                    String boundary,
                                    int totalExpected)

Methods

 o readLine
 public String readLine() throws IOException
Returns:
java.lang.String
 o readLine
 public int readLine(byte b[],
                     int off,
                     int len) throws IOException
Parameters:
b - byte[]
off - int
len - int
Returns:
int
Throws: IOException
¿¹¿Ü ¼³¸í.

All Packages  Class Hierarchy  This Package  Previous  Next  Index