public interface StreamTask<S extends Closeable>
| Modifier and Type | Method and Description |
|---|---|
void |
execute(S stream)
This method executes this StreamTask with the provided stream.
|
void execute(S stream)
stream - This parameter holds the stream that this StreamTask operates on to execute its task.Copyright © 2024 JBoss by Red Hat. All rights reserved.