public static class PushHandler.Split
extends java.lang.Object
Constructor and Description |
---|
PushHandler.Split(byte[] bytes)
create a new multipart form thingy
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
content()
Get the content as a string
|
java.lang.String |
header()
Return the header as a string
|
int |
length()
Return the content length
|
java.lang.String |
name()
get the part name
|
boolean |
nextPart()
Return true if there is a next part
|
int |
start()
return the index into the start of the data for this part
|
public PushHandler.Split(byte[] bytes)
public boolean nextPart()
public java.lang.String content()
public int length()
public int start()
public java.lang.String header()
public java.lang.String name()