org.apache.chemistry.opencmis.server.shared
Interface ThresholdOutputStream.ThresholdInputStream

Enclosing class:
ThresholdOutputStream

public static interface ThresholdOutputStream.ThresholdInputStream

Provides information about the input stream.


Method Summary
 File getTemporaryFile()
          Returns the temporary file if the data stored in a file.
 boolean isInMemory()
          Returns true if the data is in memory.
 

Method Detail

isInMemory

boolean isInMemory()
Returns true if the data is in memory. Returns false if the data resides in a temporary file.


getTemporaryFile

File getTemporaryFile()
Returns the temporary file if the data stored in a file. Returns null is the data is stored in memory.



Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.