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
IOException
public void finishPresence() throws IOException
IOException
public void writeShortstr(String str) throws IOException
IOException
public void writeLongstr(String str) throws IOException
IOException
public void writeLongstr(LongString str) throws IOException
IOException
public void writeShort(Integer s) throws IOException
IOException
public void writeLong(Integer l) throws IOException
IOException
public void writeLonglong(Long ll) throws IOException
IOException
public void writeTable(Map<String,Object> table) throws IOException
IOException
public void writeOctet(Integer octet) throws IOException
IOException
public void writeOctet(int octet) throws IOException
IOException
public void writeTimestamp(Date timestamp) throws IOException
IOException
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.