public class ContentHeaderPropertyWriter extends Object
ContentHeader.
Methods on this object are usually called from autogenerated code.| Constructor and Description |
|---|
ContentHeaderPropertyWriter(DataOutputStream out)
Constructs a fresh ContentHeaderPropertyWriter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
finishPresence() |
void |
writeLong(Integer l) |
void |
writeLonglong(Long ll) |
void |
writeLongstr(LongString str) |
void |
writeLongstr(String str) |
void |
writeOctet(int octet) |
void |
writeOctet(Integer octet) |
void |
writePresence(boolean present) |
void |
writeShort(Integer s) |
void |
writeShortstr(String str) |
void |
writeTable(Map<String,Object> table) |
void |
writeTimestamp(Date timestamp) |
public ContentHeaderPropertyWriter(DataOutputStream out)
public void writePresence(boolean present)
throws IOException
IOExceptionpublic void finishPresence()
throws IOException
IOExceptionpublic void writeShortstr(String str) throws IOException
IOExceptionpublic void writeLongstr(String str) throws IOException
IOExceptionpublic void writeLongstr(LongString str) throws IOException
IOExceptionpublic void writeShort(Integer s) throws IOException
IOExceptionpublic void writeLong(Integer l) throws IOException
IOExceptionpublic void writeLonglong(Long ll) throws IOException
IOExceptionpublic void writeTable(Map<String,Object> table) throws IOException
IOExceptionpublic void writeOctet(Integer octet) throws IOException
IOExceptionpublic void writeOctet(int octet)
throws IOException
IOExceptionpublic void writeTimestamp(Date timestamp) throws IOException
IOExceptionCopyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.