public class HollowBlobHeaderWriter
extends java.lang.Object
Constructor and Description |
---|
HollowBlobHeaderWriter() |
Modifier and Type | Method and Description |
---|---|
void |
writeHeader(HollowBlobHeader header,
java.io.DataOutputStream dos)
Write the header to the data output stream
|
void |
writePartHeader(HollowBlobOptionalPartHeader header,
java.io.DataOutputStream dos) |
public void writeHeader(HollowBlobHeader header, java.io.DataOutputStream dos) throws java.io.IOException
header
- the blob headerdos
- the data output stream to write the blov headerjava.io.IOException
- if the blob header could not be writtenpublic void writePartHeader(HollowBlobOptionalPartHeader header, java.io.DataOutputStream dos) throws java.io.IOException
java.io.IOException