Modifier and Type | Field and Description |
---|---|
protected TagSet |
TaggedInputStream.tagSet
Set of tags that can be used by this Stream
|
protected TagSet |
TaggedOutputStream.tagSet
Set of tags that can be used by this Stream
|
Constructor and Description |
---|
TaggedInputStream(InputStream in,
TagSet tagSet,
ActionSet actionSet)
Creates a Tagged Input Stream
|
TaggedInputStream(InputStream in,
TagSet tagSet,
ActionSet actionSet,
boolean littleEndian)
Creates a Tagged Input Stream
|
TaggedOutputStream(OutputStream out,
TagSet tagSet,
ActionSet actionSet)
Create a Tagged Output stream.
|
TaggedOutputStream(OutputStream out,
TagSet tagSet,
ActionSet actionSet,
boolean littleEndian)
Create a Tagged Output stream.
|
Copyright © 2016. All rights reserved.