Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-01


oracle.stellent.wcm.server.content.spi.fs
Class FSLocalModifiedContentAdapter.ModifiedContentStream

java.lang.Object
  extended by oracle.stellent.wcm.server.content.spi.ContentStream
      extended by oracle.stellent.wcm.server.content.spi.fs.FSLocalModifiedContentAdapter.ModifiedContentStream

Enclosing class:
FSLocalModifiedContentAdapter

protected static class FSLocalModifiedContentAdapter.ModifiedContentStream
extends ContentStream

Wrapper for the ContentStream that allows for setting a new modified date


Constructor Summary
FSLocalModifiedContentAdapter.ModifiedContentStream(ContentStream base)
           

 

Method Summary
protected  void finalize()
           
 long getContentLength()
           
 java.lang.String getFileName()
           
 java.io.InputStream getInputStream()
           
 long getLastModified()
           
 java.lang.String getMimeType()
           
 void releaseLock()
           

 

Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

FSLocalModifiedContentAdapter.ModifiedContentStream

public FSLocalModifiedContentAdapter.ModifiedContentStream(ContentStream base)

Method Detail

getInputStream

public java.io.InputStream getInputStream()
                                   throws java.io.IOException
Overrides:
getInputStream in class ContentStream
Throws:
java.io.IOException

getFileName

public java.lang.String getFileName()
Overrides:
getFileName in class ContentStream

getContentLength

public long getContentLength()
Overrides:
getContentLength in class ContentStream

getMimeType

public java.lang.String getMimeType()
Overrides:
getMimeType in class ContentStream

getLastModified

public long getLastModified()
Overrides:
getLastModified in class ContentStream

releaseLock

public void releaseLock()
Overrides:
releaseLock in class ContentStream

finalize

protected void finalize()
                 throws java.lang.Throwable
Overrides:
finalize in class ContentStream
Throws:
java.lang.Throwable

Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-01


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.