org.cip4.jdflib.ifaces
Interface IStreamWriter

All Known Implementing Classes:
XSLTransformHelper

public interface IStreamWriter

writes to streams, duh

Author:
rainer prosi

Method Summary
 void writeStream(OutputStream os)
          write myself to a stream
 

Method Detail

writeStream

void writeStream(OutputStream os)
                 throws IOException
write myself to a stream

Parameters:
os - the output stream
Throws:
IOException - if io snafu...


Copyright © 2013. All Rights Reserved.