|
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()
|
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| Method Detail |
|---|
public int available()
throws java.io.IOException
available in class java.io.FilterInputStreamint) value.
java.io.IOException
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in class java.io.FilterInputStreamjava.io.IOExceptionpublic java.lang.String getCharacterEncoding()
String) value.
public boolean isLastPart()
throws java.io.IOException
IOException.
java.io.IOException
public int read()
throws java.io.IOException
read in class java.io.FilterInputStreamint) value.
java.io.IOExceptionread(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.IOExceptionread()
protected java.lang.String readLine()
throws java.io.IOException
String) value.
java.io.IOException
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||