electric.util.io
Interface ISource

All Known Implementing Classes:
ArraySource, StreamSource

public interface ISource

ISource.

Author:
webMethods

Method Summary
 boolean canResend()
           
 int getLength()
           
 void write(java.io.OutputStream output)
           
 

Method Detail

write

public void write(java.io.OutputStream output)
           throws java.io.IOException
Parameters:
output -
Throws:
java.io.IOException

canResend

public boolean canResend()

getLength

public int getLength()


copyright© 2001-2004 by webMethods All Rights Reserved.