public class HttpPart
extends java.io.InputStream
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getHeaders()
Gets the headers.
|
int |
read() |
int |
read(byte[] b,
int off,
int len) |
public java.util.Map<java.lang.String,java.lang.String> getHeaders()
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] b,
int off,
int len)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOException