dotnet() public static méthode

Get a System.IO.Stream for the specified output stream.
public static dotnet ( OutStream outs ) : Stream
outs OutStream
Résultat System.IO.Stream
Exemple #1
0
 private Zip(OutStream outs)
 {
     this.m_zipOut = new ZipOutputStream(SysOutStream.dotnet(outs));
 }