Write the DOFCredentials to a .
java.io.OutputStream
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public void write( FileStream stream )
Parameters
- stream
- Type: System.IOFileStream
The stream to which to write the DOFCredentials. Must not be null.
Exceptions
Exception | Condition |
---|---|
ArgumentException | If stream is null. |
IOException | The file could not be written. |
Remarks
java.io.OutputStream
See Also