org.fcrepo.client
Class InlineDataStream

java.lang.Object
  extended by org.fcrepo.client.DataStream
      extended by org.fcrepo.client.InlineDataStream

public class InlineDataStream
extends DataStream

Author:
Chris Wilper

Field Summary
 
Fields inherited from class org.fcrepo.client.DataStream
BASIS, EMPTY, INLINE, m_dirty
 
Constructor Summary
InlineDataStream(File tempDir, String id)
           
 
Method Summary
 int getType()
          Returns INLINE or BASIS.
 
Methods inherited from class org.fcrepo.client.DataStream
clearData, getData, getId, getMimeType, getSize, isDirty, setClean, setData, setMimeType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InlineDataStream

public InlineDataStream(File tempDir,
                        String id)
Method Detail

getType

public final int getType()
Description copied from class: DataStream
Returns INLINE or BASIS.

Specified by:
getType in class DataStream


Copyright © 2012 DuraSpace. All Rights Reserved.