FastInfoset.NET Class Reference for Mono
Save(String,FastInfosetCompression,Int32) Method






The path to the file to save the vocabulary into.
The compression method to use to compress vocabulary.
The compression level to use when compressing vocabulary.
Saves the vocabulary into the file with specified path.
Syntax
'Declaration
 
Public Overloads Sub Save( _
   ByVal path As System.String, _
   ByVal compression As FastInfosetCompression, _
   ByVal compressionLevel As System.Integer _
) 
'Usage
 
Dim instance As WriterVocabulary
Dim path As System.String
Dim compression As FastInfosetCompression
Dim compressionLevel As System.Integer
 
instance.Save(path, compression, compressionLevel)
public void Save( 
   System.string path,
   FastInfosetCompression compression,
   System.int compressionLevel
)
public procedure Save( 
    path: System.String;
    compression: FastInfosetCompression;
    compressionLevel: System.Integer
); 
public function Save( 
   path : System.String,
   compression : FastInfosetCompression,
   compressionLevel : System.int
);
public: void Save( 
   System.string* path,
   FastInfosetCompression compression,
   System.int compressionLevel
) 
public:
void Save( 
   System.String^ path,
   FastInfosetCompression compression,
   System.int compressionLevel
) 

Parameters

path
The path to the file to save the vocabulary into.
compression
The compression method to use to compress vocabulary.
compressionLevel
The compression level to use when compressing vocabulary.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WriterVocabulary Class
WriterVocabulary Members
Overload List

Send Feedback