org.crsh.shell.io
Interface ShellWriter
- All Superinterfaces:
- java.lang.Appendable
- All Known Implementing Classes:
- LineFeedWriter
public interface ShellWriter
- extends java.lang.Appendable
- Version:
- $Revision$
- Author:
- Julien Viet
| Methods inherited from interface java.lang.Appendable |
append, append, append |
append
ShellWriter append(ShellWriterContext ctx,
java.lang.CharSequence csq)
throws java.io.IOException
- Throws:
java.io.IOException
append
ShellWriter append(ShellWriterContext ctx,
java.lang.CharSequence csq,
int start,
int end)
throws java.io.IOException
- Throws:
java.io.IOException
append
ShellWriter append(ShellWriterContext ctx,
char c)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2010 eXo Platform SAS. All Rights Reserved.