com.sas.servlet.util
Interface GetStreamInterface


Deprecated. As of Version 3.0 this class has been replaced by com.sas.servlet.util.commandprocessor.GetStreamInterface.

public interface GetStreamInterface

This should be implemented by objects to be passed to the StreamContentCommand.


Method Summary
 byte[] getByteStream()
          Deprecated. Returns an array of bytes containing content such as a tab-delimited file, or a GIF image.
 

Method Detail

getByteStream

byte[] getByteStream()
                     throws java.io.IOException
Deprecated. 
Returns an array of bytes containing content such as a tab-delimited file, or a GIF image.

Returns:
an array of bytes.
Throws:
java.io.IOException



Copyright © 2009 SAS Institute Inc. All Rights Reserved.