Class TransferFile

java.lang.Object
oracle.stellent.ridc.model.TransferFile

@Exported public class TransferFile extends Object
Abstracts a stream transferred between the Content Server and the client.
  • Constructor Details

  • Method Details

    • getInputStream

      public InputStream getInputStream() throws IOException
      Returns:
      the contained inputstream
      Throws:
      IOException
    • setInputStream

      public void setInputStream(InputStream inputStream)
    • getContentType

      public String getContentType()
      Returns:
      the content mime-type
    • setContentType

      public void setContentType(String contentType)
    • getContentLength

      public long getContentLength()
      Returns:
      the content length or -1 if not known
    • setContentLength

      public void setContentLength(long contentLength)
    • getFileName

      public String getFileName()
      Returns:
      the original file name this stream represents
    • setFileName

      public void setFileName(String fileName)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • notifyBufferWrite

      public void notifyBufferWrite(long bytes)
    • getTransferListener

      public TransferFile.TransferListener getTransferListener()
    • setTransferListener

      public void setTransferListener(TransferFile.TransferListener listener)
      Implementations of this TransferListener interface must be thread-safe