public class StreamWork extends Object implements Serializable
Constructor and Description |
---|
StreamWork(InputStreamCreator is,
AtomicInteger count) |
Modifier and Type | Method and Description |
---|---|
void |
countDown() |
AtomicInteger |
getCount() |
InputStream |
getIs() |
void |
setCount(AtomicInteger count) |
public StreamWork(InputStreamCreator is, AtomicInteger count)
public InputStream getIs()
public AtomicInteger getCount()
public void setCount(AtomicInteger count)
public void countDown()
Copyright © 2018. All rights reserved.