it.eng.spagobi.sdk.utilities
Class SDKObjectsConverter.MemoryOnlyDataSource

java.lang.Object
  extended by org.apache.axis.attachments.ManagedMemoryDataSource
      extended by it.eng.spagobi.sdk.utilities.SDKObjectsConverter.MemoryOnlyDataSource
All Implemented Interfaces:
javax.activation.DataSource
Enclosing class:
SDKObjectsConverter

public class SDKObjectsConverter.MemoryOnlyDataSource
extends org.apache.axis.attachments.ManagedMemoryDataSource


Field Summary
 
Fields inherited from class org.apache.axis.attachments.ManagedMemoryDataSource
cachediskstream, closed, contentType, currentMemoryBuf, currentMemoryBufSz, debugEnabled, deleted, diskCacheFile, is_log, log, MAX_MEMORY_DISK_CACHED, maxCached, memorybuflist, MIN_MEMORY_DISK_CACHED, READ_CHUNK_SZ, readers, totalsz
 
Constructor Summary
SDKObjectsConverter.MemoryOnlyDataSource(byte[] in, java.lang.String contentType)
           
SDKObjectsConverter.MemoryOnlyDataSource(java.io.InputStream in, java.lang.String contentType)
           
SDKObjectsConverter.MemoryOnlyDataSource(java.lang.String in, java.lang.String contentType)
           
 
Method Summary
 
Methods inherited from class org.apache.axis.attachments.ManagedMemoryDataSource
close, delete, finalize, flushToDisk, getContentType, getDiskCacheFile, getInputStream, getName, getOutputStream, main, write, write
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SDKObjectsConverter.MemoryOnlyDataSource

public SDKObjectsConverter.MemoryOnlyDataSource(byte[] in,
                                                java.lang.String contentType)
                                         throws java.io.IOException
Throws:
java.io.IOException

SDKObjectsConverter.MemoryOnlyDataSource

public SDKObjectsConverter.MemoryOnlyDataSource(java.io.InputStream in,
                                                java.lang.String contentType)
                                         throws java.io.IOException
Throws:
java.io.IOException

SDKObjectsConverter.MemoryOnlyDataSource

public SDKObjectsConverter.MemoryOnlyDataSource(java.lang.String in,
                                                java.lang.String contentType)
                                         throws java.io.IOException
Throws:
java.io.IOException