| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ViOutputStream
When jVi wants to output multi-line information, for example lines matching a search or result of some command execution, the output is sent to a ViOutputStream.
| Field Summary | |
|---|---|
| static String | LINESIndicates that the output stream is random lines from a file | 
| static String | OUTPUTIndicates that the output stream is command state information, reuse | 
| static int | PRI_HIGH | 
| static int | PRI_LOW | 
| static int | PRI_NORMAL | 
| static String | SEARCHIndicates that the output stream is for search results | 
| Method Summary | |
|---|---|
|  void | close()Done with the stream. | 
|  void | println(int line,
        int offset,
        int length)Add a message to this output stream. | 
|  void | println(String s)Add a text line to the output stream. | 
| Field Detail | 
|---|
static final String SEARCH
static final String LINES
static final String OUTPUT
static final int PRI_LOW
static final int PRI_NORMAL
static final int PRI_HIGH
| Method Detail | 
|---|
void println(int line,
             int offset,
             int length)
line - line number corresponding to this messageoffset - offset within linelength - length, from offset, in the linevoid println(String s)
void close()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||