public class LineWrapOutputStream
extends java.io.FilterOutputStream
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
STANDARD_EOL |
| Constructor and Description |
|---|
LineWrapOutputStream(java.io.OutputStream sink,
int lineWidth) |
LineWrapOutputStream(java.io.OutputStream sink,
int lineWidth,
java.lang.String eol) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(int b) |
public static final java.lang.String STANDARD_EOL