| java.lang.Object com.teamkonzept.web.TKHttpMultipartBuffer
TKHttpMultipartBuffer | public class TKHttpMultipartBuffer (Code) | | |
Method Summary | |
public int | arrayIndexOf(byte[] buf, byte[] pat) | public int | arrayIndexOf(byte[] buf, int length, byte[] pat) | public int | arrayIndexOf(byte[] buf, byte[] pat, int startIdx) | public int | arrayIndexOf(byte[] buf, int length, byte[] pat, int startIdx) | public void | expandBuffer(int newSize) | public void | fillBuffer(int maxSize) liest den naechsten Block aus dem Eingabestrom,
wobei gew‰hrleistet wird, dass die maximale
Puffer maxSize nicht ueberschritten wird. | public TKHashtable | getParams() | public boolean | hasMoreHeaders() | public void | init() | public String | nextBody() | public int | nextBodyChunk() | public TKHashtable | nextHeader() | public void | stripBuffer(int firstEntries) |
END_OF_HEADER | final public static byte[] END_OF_HEADER(Code) | | |
boundary | public byte[] boundary(Code) | | |
boundaryLength | public int boundaryLength(Code) | | |
boundaryStart | public int boundaryStart(Code) | | |
buffer | public byte[] buffer(Code) | | |
bufferEntries | public int bufferEntries(Code) | | |
contentLength | public int contentLength(Code) | | |
maxBufferSize | public int maxBufferSize(Code) | | |
arrayIndexOf | public int arrayIndexOf(byte[] buf, byte[] pat)(Code) | | |
arrayIndexOf | public int arrayIndexOf(byte[] buf, int length, byte[] pat)(Code) | | |
arrayIndexOf | public int arrayIndexOf(byte[] buf, byte[] pat, int startIdx)(Code) | | |
arrayIndexOf | public int arrayIndexOf(byte[] buf, int length, byte[] pat, int startIdx)(Code) | | |
expandBuffer | public void expandBuffer(int newSize)(Code) | | |
fillBuffer | public void fillBuffer(int maxSize) throws IOException(Code) | | liest den naechsten Block aus dem Eingabestrom,
wobei gew‰hrleistet wird, dass die maximale
Puffer maxSize nicht ueberschritten wird.
|
hasMoreHeaders | public boolean hasMoreHeaders()(Code) | | |
stripBuffer | public void stripBuffer(int firstEntries)(Code) | | |
|
|