org.crsh.shell.io
Interface ShellWriter
- All Superinterfaces:
- Appendable
- All Known Implementing Classes:
- LineFeedWriter
public interface ShellWriter
- extends Appendable
- Version:
- $Revision$
- Author:
- Julien Viet
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.