com.rabbitmq.client.impl
public class ContentHeaderPropertyWriter extends java.lang.Object
ContentHeader.
Methods on this object are usually called from autogenerated code.| Modifier and Type | Field and Description |
|---|---|
int |
bitCount
Position within current flags word
|
int |
flagWord
Current flags word being accumulated
|
| Constructor and Description |
|---|
ContentHeaderPropertyWriter(java.io.DataOutputStream out)
Constructs a fresh ContentHeaderPropertyWriter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
finishPresence() |
void |
writeLong(java.lang.Integer l) |
void |
writeLonglong(java.lang.Long ll) |
void |
writeLongstr(LongString str) |
void |
writeLongstr(java.lang.String str) |
void |
writeOctet(int octet) |
void |
writeOctet(java.lang.Integer octet) |
void |
writePresence(boolean present) |
void |
writeShort(java.lang.Integer s) |
void |
writeShortstr(java.lang.String str) |
void |
writeTable(java.util.Map<java.lang.String,java.lang.Object> table) |
void |
writeTimestamp(java.util.Date timestamp) |
public int flagWord
public int bitCount
public ContentHeaderPropertyWriter(java.io.DataOutputStream out)
public void writePresence(boolean present)
throws java.io.IOException
java.io.IOExceptionpublic void finishPresence()
throws java.io.IOException
java.io.IOExceptionpublic void writeShortstr(java.lang.String str)
throws java.io.IOException
java.io.IOExceptionpublic void writeLongstr(java.lang.String str)
throws java.io.IOException
java.io.IOExceptionpublic void writeLongstr(LongString str) throws java.io.IOException
java.io.IOExceptionpublic void writeShort(java.lang.Integer s)
throws java.io.IOException
java.io.IOExceptionpublic void writeLong(java.lang.Integer l)
throws java.io.IOException
java.io.IOExceptionpublic void writeLonglong(java.lang.Long ll)
throws java.io.IOException
java.io.IOExceptionpublic void writeTable(java.util.Map<java.lang.String,java.lang.Object> table)
throws java.io.IOException
java.io.IOExceptionpublic void writeOctet(java.lang.Integer octet)
throws java.io.IOException
java.io.IOExceptionpublic void writeOctet(int octet)
throws java.io.IOException
java.io.IOExceptionpublic void writeTimestamp(java.util.Date timestamp)
throws java.io.IOException
java.io.IOException