Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-03


oracle.irm.engine.content.source
Interface StreamSource

All Superinterfaces:
Source

public interface StreamSource
extends Source

A stream based source for the sealing process. Useful if the data is being read from a socket, or a file based stream has already been opened.

A stream source will NOT close the input stream if close is called.

Creation

Instances of Stream Source objects can be created using the following factory style method(s).

StreamSource object = createStreamSource(
    stream,
    mimeType);
StreamSource object = createStreamSource(
    inputStream,
    size,
    mimeType);

Method Summary

 

Methods inherited from interface oracle.irm.engine.content.source.Source
close, getContentType, getInputStream, getSize

 


Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-03


Copyright © 2011, Oracle. All rights reserved.