public interface IlvManagerStreamFactory
IlvManagerStreamFactory
is an interface that manages the
creation of the input and output streams of a manager.
You can install a stream factory on a manager to write and read additional
data to Rogue Wave JViews files without having to subclass
IlvManager
.
IlvManager
,
IlvManager.setStreamFactory(ilog.views.io.IlvManagerStreamFactory)
,
IlvInputStream
,
IlvOutputStream
Modifier and Type | Method and Description |
---|---|
IlvInputStream |
createInputStream(InputStream stream)
Creates an
IlvInputStream to read a manager. |
IlvOutputStream |
createOutputStream(OutputStream stream)
Creates an
IlvOutputStream to write a manager. |
IlvInputStream createInputStream(InputStream stream)
IlvInputStream
to read a manager.
This method is called from the read
methods of
IlvManager
to create the IlvInputStream
.IlvOutputStream createOutputStream(OutputStream stream)
IlvOutputStream
to write a manager.
This method is called from the write
methods of
IlvManager
to create the IlvOutputStream
.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.