java.lang.Object
java.io.Writer
org.javahispano.canyamo.services.presentation.template.freemarker.CutTransform.CutWriter
- Enclosing class:
- CutTransform
- private class CutTransform.CutWriter
- extends java.io.Writer
- Version:
|
Constructor Summary |
(package private) |
CutTransform.CutWriter(int size)
Constructor for the UpperCaseWriter object |
|
Method Summary |
void |
close()
Description of the Method |
void |
flush()
Description of the Method |
(package private) void |
setWriter(java.io.Writer out)
Sets the writer attribute of the CutWriter object |
void |
write(char[] cbuf,
int off,
int len)
Description of the Method |
void |
write(int c)
Description of the Method |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
out
private java.io.Writer out
- Writer to write to
size
private int size
- max. characteres allowed
CutTransform.CutWriter
CutTransform.CutWriter(int size)
- Constructor for the UpperCaseWriter object
write
public void write(int c)
throws java.io.IOException
- Description of the Method
write
public void write(char[] cbuf,
int off,
int len)
throws java.io.IOException
- Description of the Method
flush
public void flush()
throws java.io.IOException
- Description of the Method
close
public void close()
- Description of the Method
setWriter
void setWriter(java.io.Writer out)
- Sets the writer attribute of the CutWriter object