Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:io
  3. ZLibOption class
ZLibOption
description

ZLibOption classabstractfinal

Exposes ZLib options for input parameters.

Seehttp://www.zlib.net/manual.html for more documentation.

Properties

hashCodeint
The hash code for this object.
no setterinherited
runtimeTypeType
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocationinvocation)→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString()String
A string representation of this object.
inherited

Operators

operator ==(Objectother)bool
The equality operator.
inherited

Constants

defaultLevel→ constint
Default value forZLibCodec.level andZLibEncoder.level.
defaultMemLevel→ constint
Default value forZLibCodec.memLevel andZLibEncoder.memLevel.
defaultWindowBits→ constint
Default value forZLibCodec.windowBits,ZLibEncoder.windowBitsandZLibDecoder.windowBits.
maxLevel→ constint
Maximal value forZLibCodec.level andZLibEncoder.level
maxMemLevel→ constint
Maximal value forZLibCodec.memLevel andZLibEncoder.memLevel.
maxWindowBits→ constint
Maximal value forZLibCodec.windowBits,ZLibEncoder.windowBitsandZLibDecoder.windowBits.
minLevel→ constint
Minimal value forZLibCodec.level andZLibEncoder.level.
minMemLevel→ constint
Minimal value forZLibCodec.memLevel andZLibEncoder.memLevel.
minWindowBits→ constint
Minimal value forZLibCodec.windowBits,ZLibEncoder.windowBitsandZLibDecoder.windowBits.
strategyDefault→ constint
Recommended strategy for normal data
strategyFiltered→ constint
Recommended strategy for data produced by a filter (or predictor)
strategyFixed→ constint
This strategy prevents the use of dynamic Huffman codes, allowing for asimpler decoder
strategyHuffmanOnly→ constint
Use this strategy to force Huffman encoding only (no string match)
strategyRle→ constint
Use this strategy to limit match distances to one (run-length encoding)
  1. Dart
  2. dart:io
  3. ZLibOption class
dart:io library

[8]ページ先頭

©2009-2025 Movatter.jp