public abstract static class Stio.Output
extends java.lang.Object
| Constructor and Description |
|---|
Output() |
| Modifier and Type | Method and Description |
|---|---|
abstract Stio.Output |
append(char c) |
abstract Stio.Output |
append(java.lang.String str) |
abstract Stio.Output |
flush() |
public abstract Stio.Output append(java.lang.String str)
public abstract Stio.Output append(char c)
public abstract Stio.Output flush()
Copyright © 2018 DAO Engineering. All rights reserved.