public final class InputBufferUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
collectContent(InputBuffer buf)
Collects the actual input text the input buffer provides into a String.
|
public static java.lang.String collectContent(InputBuffer buf)
buf - the input buffer to collect from