org.biomage.tools.xmlutils
Class PCDataImpl

java.lang.Object
  extended by org.biomage.tools.xmlutils.PCDataImpl
All Implemented Interfaces:
PCData

public class PCDataImpl
extends java.lang.Object
implements PCData

Author:
kjellp

Constructor Summary
PCDataImpl()
          Creates a new instance of PCData
 
Method Summary
 void appendChars(char[] values, int from, int length)
           
 java.lang.String getContent()
           
 void writeMAGEML(java.io.Writer out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PCDataImpl

public PCDataImpl()
Creates a new instance of PCData

Method Detail

appendChars

public void appendChars(char[] values,
                        int from,
                        int length)
Specified by:
appendChars in interface PCData

writeMAGEML

public void writeMAGEML(java.io.Writer out)
                 throws java.io.IOException
Specified by:
writeMAGEML in interface PCData
Throws:
java.io.IOException

getContent

public java.lang.String getContent()
Specified by:
getContent in interface PCData