fr.opensagres.xdocreport.core.io.internal
Class Writer2InputStream

java.lang.Object
  extended by java.io.Writer
      extended by java.io.CharArrayWriter
          extended by fr.opensagres.xdocreport.core.io.internal.Writer2InputStream
All Implemented Interfaces:
Closeable, Flushable, Appendable

public class Writer2InputStream
extends CharArrayWriter


Field Summary
 
Fields inherited from class java.io.CharArrayWriter
buf, count
 
Fields inherited from class java.io.Writer
lock
 
Constructor Summary
Writer2InputStream(Charset charset)
           
 
Method Summary
 InputStream getInputStream()
           
 
Methods inherited from class java.io.CharArrayWriter
append, append, append, close, flush, reset, size, toCharArray, toString, write, write, write, writeTo
 
Methods inherited from class java.io.Writer
write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Writer2InputStream

public Writer2InputStream(Charset charset)
Method Detail

getInputStream

public InputStream getInputStream()
                           throws IOException
Throws:
IOException


Copyright © 2013. All rights reserved.