class StreamType extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) static StreamType |
CONTROL
Control data stream enumeration.
|
(package private) static StreamType |
INPUT
Event data input stream enumeration
|
(package private) static StreamType |
OUTPUT
Event data output stream enumeration
|
| Modifier | Constructor and Description |
|---|---|
private |
StreamType()
Simple constructor.
|
static final StreamType OUTPUT
static final StreamType INPUT
static final StreamType CONTROL
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.