| Modifier and Type | Field and Description |
|---|---|
protected ActionSet |
TaggedInputStream.actionSet
Set of actions that can be used by this Stream
|
protected ActionSet |
TaggedOutputStream.actionSet
Set of actions 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.