Command behavior
The following commands behave in this manner when used in the following combinations:
-STREAM command | -ACTION command | Data Source | Data Target |
---|---|---|---|
GZIP | DECOMPRESS | Input stream is decompressed before is passed to the map. | Data is decompressed using the GZIP file format and written to the file specified by -FILE command. |
GZIP | COMPRESSTOGZIP | Not valid. | Data is decompressed using the GZIP file format and written to the file specified by -FILE command (-ACTION command is ignored). |
GZIP | COMPRESSTOZLIB | Not valid. | Data is decompressed using the GZIP file format and written to the file specified by -FILE command (-ACTION command is ignored). |
GZIP | AUTO | Input stream is decompressed before it is passed to the map. | Data is decompressed (inflated) and written to the file specified by -FILE command. |
ZLIB | DECOMPRESS | Input stream is decompressed before it is passed to the map. | Data is decompressed (inflated) and written to the file specified by -FILE command. |
ZLIB | COMPRESSTOGZIP | Not valid. | The -ACTION command is ignored. The data coming from the map is decompressed (inflated) and written to the file that is specified by the -FILE command. |
ZLIB | COMPRESSTOZLIB | Not valid. | The -ACTION command is ignored. The data coming from the map is decompressed (inflated) and written to the file that is specified by the -FILE command. |
ZLIB | AUTO | Input stream is decompressed before it is passed to the map. | -ACTION command is assumed to be decompressed and the data is decompressed (inflated) and written to the file specified by -FILE command. |
PLAIN | DECOMPRESS | Not valid. | Not valid. |
PLAIN | COMPRESSTOGZIP | Input stream is compressed using GZIP file format prior to being passed to the map. | Output data received from map is compressed and written to the file specified by -FILE command. |
PLAIN | COMPRESSTOZLIB | Input stream is compressed using the ZLIB file format prior to being passed to the map. | Output data received from map is compressed and written to the file specified by -FILE command. |
PLAIN | AUTO | The input stream is compressed using GZIP file format prior to be passed to the map. | Output data received from map is compressed and written to the file specified by -FILE command. |
AUTO | DECOMPRESS | Type of the input stream is automatically detected and expanded by the adapter. It can be GZIP (COMPRESSTOZLIB), ZLIB (COMPRESSTOZLIB) or PLAIN (COMPRESSTOZLIB). The behavior of the adapter is in accordance with the previously specified cases. | Type of the input stream is automatically detected and expanded by the adapter. It can be GZIP (COMPRESSTOZLIB), ZLIB (COMPRESSTOZLIB) or PLAIN (COMPRESSTOZLIB). The behavior of the adapter is in accordance with the previously specified cases. |
AUTO | COMPRESSTOGZIP | Type of the input stream is automatically detected and expanded by the adapter. It can be GZIP (COMPRESSTOGZIP), ZLIB (COMPRESSTOGZIP) or PLAIN (COMPRESSTOGZIP). The behavior of the adapter is in accordance with the previously specified cases. | Type of the input stream is automatically detected and expanded by the adapter. It can be GZIP (COMPRESSTOGZIP), ZLIB (COMPRESSTOGZIP) or PLAIN (COMPRESSTOGZIP). The behavior of the adapter is in accordance with the previously specified cases. |
AUTO | COMPRESSTOZLIB | Type of the input stream is automatically detected and expanded by the adapter. It can be GZIP (COMPRESSTOZLIB), ZLIB (COMPRESSTOZLIB) or PLAIN (COMPRESSTOZLIB). The behavior of the adapter is in accordance with the previously specified cases. | Type of the input stream is automatically detected and expanded by the adapter. It can be GZIP (COMPRESSTOZLIB), ZLIB (COMPRESSTOZLIB) or PLAIN (COMPRESSTOZLIB). The behavior of the adapter is in accordance with the previously specified cases. |
AUTO | AUTO | Type of the input stream is automatically detected and expanded by the adapter. It can be GZIP (COMPRESSTOZLIB), ZLIB (COMPRESSTOZLIB) or PLAIN (COMPRESSTOZLIB). The behavior of the adapter is in accordance with the previously specified cases. | Type of the input stream is automatically detected and expanded by the adapter. It can be GZIP (COMPRESSTOZLIB), ZLIB (COMPRESSTOZLIB) or PLAIN (COMPRESSTOZLIB). The behavior of the adapter is in accordance with the previously specified cases. |