org.crsh.shell.io
Interface ShellWriter

All Superinterfaces:
Appendable
All Known Implementing Classes:
LineFeedWriter

public interface ShellWriter
extends Appendable

Version:
$Revision$
Author:
Julien Viet

Method Summary
 ShellWriter append(ShellWriterContext ctx, char c)
           
 ShellWriter append(ShellWriterContext ctx, CharSequence csq)
           
 ShellWriter append(ShellWriterContext ctx, CharSequence csq, int start, int end)
           
 
Methods inherited from interface java.lang.Appendable
append, append, append
 

Method Detail

append

ShellWriter append(ShellWriterContext ctx,
                   CharSequence csq)
                   throws IOException
Throws:
IOException

append

ShellWriter append(ShellWriterContext ctx,
                   CharSequence csq,
                   int start,
                   int end)
                   throws IOException
Throws:
IOException

append

ShellWriter append(ShellWriterContext ctx,
                   char c)
                   throws IOException
Throws:
IOException


Copyright © 2012 eXo Platform SAS. All Rights Reserved.