Modifier and Type | Method and Description |
---|---|
protected TagHeader |
TaggedOutputStream.createTagHeader(Tag tag,
long len)
Returns newly created TagHeader.
|
TagHeader |
TaggedInputStream.getTagHeader()
Returns the currently valid TagHeader.
|
protected abstract TagHeader |
TaggedInputStream.readTagHeader()
Decodes and returns the TagHeader, which includes a TagID and a length.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
TaggedOutputStream.writeTagHeader(TagHeader header)
Writes the TagHeader, which includes a TagID and a length.
|
Copyright © 2016. All rights reserved.