|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
org.eclipse.soda.dk.testmanager.servlet.MimeMultiPart.PartInputStream
public class MimeMultiPart.PartInputStream
| Field Summary |
|---|
| Fields inherited from class java.io.FilterInputStream |
|---|
in |
| Constructor Summary | |
|---|---|
MimeMultiPart.PartInputStream()
Constructs an instance of this class. |
|
| Method Summary | |
|---|---|
int |
available()
Available and return the int result. |
void |
close()
Close. |
java.lang.String |
getCharacterEncoding()
Gets the character encoding (String) value. |
boolean |
isLastPart()
Gets the last part (boolean) value. |
int |
read()
Read and return the int result. |
int |
read(byte[] buffer,
int offset,
int length)
Read with the specified buffer, offset and length parameters and return the int result. |
protected java.lang.String |
readLine()
Read line and return the String result. |
| Methods inherited from class java.io.FilterInputStream |
|---|
mark, markSupported, read, reset, skip |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MimeMultiPart.PartInputStream()
throws java.io.IOException
java.io.IOException - IOException.| Method Detail |
|---|
public int available()
throws java.io.IOException
available in class java.io.FilterInputStreamint) value.
java.io.IOException - IOException.
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in class java.io.FilterInputStreamjava.io.IOException - IOException.public java.lang.String getCharacterEncoding()
String) value.
public boolean isLastPart()
throws java.io.IOException
java.io.IOException - IOException.
public int read()
throws java.io.IOException
read in class java.io.FilterInputStreamint) value.
java.io.IOException - IOException.read(byte[],int,int)
public int read(byte[] buffer,
int offset,
int length)
throws java.io.IOException
read in class java.io.FilterInputStreambuffer - The buffer (byte[]) parameter.offset - The offset (int) parameter.length - The length (int) parameter.
int) value.
java.io.IOException - IOException.read()
protected java.lang.String readLine()
throws java.io.IOException
String) value.
java.io.IOException - IOException.
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||