|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StreamHeader
A producer of stream headers.
Method Summary | |
---|---|
void |
readHeader(ByteInput input)
Read the stream header from the stream. |
void |
writeHeader(ByteOutput output)
Write the stream header to the stream. |
Method Detail |
---|
void readHeader(ByteInput input) throws java.io.IOException
input
- the stream header
java.io.IOException
- if the header is invalid or an error occursvoid writeHeader(ByteOutput output) throws java.io.IOException
output
- the stream header
java.io.IOException
- if an error occurs
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |