public class StreamState extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
complete |
protected int |
size |
| Constructor and Description |
|---|
StreamState(int size,
boolean complete,
boolean isBufferFull) |
| Modifier and Type | Method and Description |
|---|---|
int |
getSize() |
boolean |
isBufferFull() |
boolean |
isComplete() |
String |
toString() |
Copyright © 2020. All Rights Reserved.