public class SetChunkSize extends RtmpPacket
header| Constructor and Description |
|---|
SetChunkSize(int chunkSize) |
SetChunkSize(RtmpHeader header) |
| Modifier and Type | Method and Description |
|---|---|
protected byte[] |
array() |
int |
getChunkSize() |
void |
readBody(java.io.InputStream in) |
void |
setChunkSize(int chunkSize) |
protected int |
size() |
protected void |
writeBody(java.io.OutputStream out) |
getHeader, writeTopublic SetChunkSize(RtmpHeader header)
public SetChunkSize(int chunkSize)
public int getChunkSize()
public void setChunkSize(int chunkSize)
public void readBody(java.io.InputStream in)
throws java.io.IOException
readBody in class RtmpPacketjava.io.IOExceptionprotected void writeBody(java.io.OutputStream out)
throws java.io.IOException
writeBody in class RtmpPacketjava.io.IOExceptionprotected byte[] array()
array in class RtmpPacketprotected int size()
size in class RtmpPacket