org.crsh.util
Class LineFeedWriter
java.lang.Object
org.crsh.util.LineFeedWriter
- All Implemented Interfaces:
- java.lang.Appendable, ShellWriter
public class LineFeedWriter
- extends java.lang.Object
- implements ShellWriter
- Version:
- $Revision$
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LineFeedWriter
public LineFeedWriter(java.lang.Appendable out)
LineFeedWriter
public LineFeedWriter(java.lang.Appendable out,
java.lang.String lineFeed)
append
public java.lang.Appendable append(char c)
throws java.io.IOException
- Specified by:
append in interface java.lang.Appendable
- Throws:
java.io.IOException
append
public ShellWriter append(ShellWriterContext ctx,
char c)
throws java.io.IOException
- Specified by:
append in interface ShellWriter
- Throws:
java.io.IOException
append
public java.lang.Appendable append(java.lang.CharSequence csq,
int start,
int end)
throws java.io.IOException
- Specified by:
append in interface java.lang.Appendable
- Throws:
java.io.IOException
append
public java.lang.Appendable append(java.lang.CharSequence csq)
throws java.io.IOException
- Specified by:
append in interface java.lang.Appendable
- Throws:
java.io.IOException
append
public ShellWriter append(ShellWriterContext ctx,
java.lang.CharSequence csq)
throws java.io.IOException
- Specified by:
append in interface ShellWriter
- Throws:
java.io.IOException
append
public ShellWriter append(ShellWriterContext ctx,
java.lang.CharSequence csq,
int start,
int end)
throws java.io.IOException
- Specified by:
append in interface ShellWriter
- Throws:
java.io.IOException
Copyright © 2010 eXo Platform SAS. All Rights Reserved.