org.apache.tools.ant.types.resources

Interface Appendable

public interface Appendable

Interface to be implemented by "appendable" resources.

Since: Ant 1.8

Method Summary
OutputStreamgetAppendOutputStream()
Get an appending OutputStream.

Method Detail

getAppendOutputStream

public OutputStream getAppendOutputStream()
Get an appending OutputStream.

Returns: OutputStream

Throws: IOException if anything goes wrong