| 
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-03  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StreamSource
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.
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 | 
  | 
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-03  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||