public interface StreamHeader
Modifier and Type | Method and Description |
---|---|
void |
readHeader(ByteInput input)
Read the stream header from the stream.
|
void |
writeHeader(ByteOutput output)
Write the stream header to the stream.
|
void readHeader(ByteInput input) throws IOException
input
- the stream headerIOException
- if the header is invalid or an error occursvoid writeHeader(ByteOutput output) throws IOException
output
- the stream headerIOException
- if an error occursCopyright © 2019 JBoss by Red Hat. All rights reserved.