Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    LZ4Stream.ChunkFlags Enum

    Namespace: Stride.Core.LZ4
    Assembly: Stride.Core.Serialization.dll

    Flags of a chunk. Please note, this

    [Flags]
    public enum ChunkFlags

    Fields

    Name Description
    Compressed

    Set if chunk is compressed.

    HighCompression

    Set if high compression has been selected (does not affect decoder, but might be useful when rewriting)

    None

    None.

    Passes

    3 bits for number of passes. Currently only 1 pass (value 0) is supported.

    Extension Methods

    ComponentBaseExtensions.DisposeBy<LZ4Stream.ChunkFlags>(ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<LZ4Stream.ChunkFlags>(ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation