|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.StreamWrapperFactory
public class StreamWrapperFactory
Factory of StreamWrappers. For COM interface.
Constructor Summary | |
---|---|
StreamWrapperFactory()
|
Method Summary | |
---|---|
IStreamWrapper |
createFileStreamWrapper(java.lang.String fileName,
int fileMode)
Creates FileStream with the specified path and creation mode. |
IStreamWrapper |
createFileStreamWrapper(java.lang.String fileName,
int fileMode,
int fileAccess)
Creates FileStream with the specified path, creation mode, and read/write permission. |
IStreamWrapper |
createMemoryStreamWrapper()
Creates MemoryStream wrapper. |
IStreamWrapper |
createMemoryStreamWrapper(byte[] buffer)
Creates MemoryStream wrapper based on the specified byte array. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StreamWrapperFactory()
Method Detail |
---|
public IStreamWrapper createMemoryStreamWrapper()
Creates MemoryStream wrapper.
createMemoryStreamWrapper
in interface IStreamWrapperFactory
public IStreamWrapper createMemoryStreamWrapper(byte[] buffer)
Creates MemoryStream wrapper based on the specified byte array.
createMemoryStreamWrapper
in interface IStreamWrapperFactory
public IStreamWrapper createFileStreamWrapper(java.lang.String fileName, int fileMode)
Creates FileStream with the specified path and creation mode.
createFileStreamWrapper
in interface IStreamWrapperFactory
public IStreamWrapper createFileStreamWrapper(java.lang.String fileName, int fileMode, int fileAccess)
Creates FileStream with the specified path, creation mode, and read/write permission.
createFileStreamWrapper
in interface IStreamWrapperFactory
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |