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.InputStream
java.io.IOException
public int read(byte[] b, int off, int len) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException