public final class StdStreamData extends Object
Integer.MAX_VALUE
.Modifier and Type | Class and Description |
---|---|
static class |
StdStreamData.StdStreamType
Standard streams enum.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getPayload()
Data from this message.
|
StdStreamData.StdStreamType |
getType()
Type of stream.
|
boolean |
isTruncated()
Flag which says if the payload was truncated (because of size).
|
public StdStreamData.StdStreamType getType()
public byte[] getPayload()
public boolean isTruncated()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.