Check if a file seems to be compressed.
Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Shared Function IsCompressed( _ ByVal filename As String _ ) As Boolean |
| C# |
|---|
| public static bool IsCompressed( string filename ) |
| C++ |
|---|
| public: static bool IsCompressed( String filename ) |
| J# |
|---|
| public static bool IsCompressed( string filename ) |
| JScript |
|---|
| public static
function IsCompressed( filename : String ) : bool |