Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.javahispano.canyamo.services.presentation.template.freemarker
Class CutTransform.CutWriter  view CutTransform.CutWriter download CutTransform.CutWriter.java

java.lang.Object
  extended byjava.io.Writer
      extended byorg.javahispano.canyamo.services.presentation.template.freemarker.CutTransform.CutWriter
Enclosing class:
CutTransform

private class CutTransform.CutWriter
extends java.io.Writer

Version:

Field Summary
private  java.io.Writer out
          Writer to write to
private  int size
          max.
 
Fields inherited from class java.io.Writer
lock
 
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.io.Writer
write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

out

private java.io.Writer out
Writer to write to


size

private int size
max. characteres allowed

Constructor Detail

CutTransform.CutWriter

CutTransform.CutWriter(int size)
Constructor for the UpperCaseWriter object

Method Detail

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