@Immutable public interface Drain
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Drain.Line
One line in the drain.
|
@NotNull(message="list of pulses is never NULL") Pageable<Time,Time> pulses() throws IOException
IOException - If some IO problem insidevoid append(@NotNull(message="lines can\'t be NULL") Iterable<String> lines) throws IOException
lines - Lines to appendIOException - If some IO problem inside@NotNull(message="InputStream is never NULL") InputStream read() throws IOException
IOException - If some IO problem insideCopyright © 2009–2014 Rultor Inc.. All rights reserved.