public class Streams
extends java.lang.Object
| Constructor and Description |
|---|
Streams() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
drainStream(java.io.OutputStream stream)
Drains the contents of a stream without blocking on further input from that stream.
|