public class ChunkedBody extends AbstractBody
ChunkedBodyTransferrer
for writing a body using chunks.chunks
Constructor and Description |
---|
ChunkedBody(InputStream in) |
Modifier and Type | Method and Description |
---|---|
protected byte[] |
getRawLocal() |
protected void |
readLocal() |
protected void |
writeAlreadyRead(AbstractBodyTransferrer out) |
protected void |
writeNotRead(AbstractBodyTransferrer out) |
getBodyAsStream, getContent, getLength, getRaw, getRawLength, isRead, read, toString, write
public ChunkedBody(InputStream in)
protected void readLocal() throws IOException
readLocal
in class AbstractBody
IOException
protected void writeNotRead(AbstractBodyTransferrer out) throws IOException
writeNotRead
in class AbstractBody
IOException
protected byte[] getRawLocal() throws IOException
getRawLocal
in class AbstractBody
IOException
protected void writeAlreadyRead(AbstractBodyTransferrer out) throws IOException
writeAlreadyRead
in class AbstractBody
IOException
Copyright © 2012. All Rights Reserved.