Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
InflaterState.cs
Go to the documentation of this file.
1
namespace
System.IO.Compression
;
2
3
internal
enum
InflaterState
4
{
5
ReadingHeader
= 0,
6
ReadingBFinal
= 2,
7
ReadingBType
= 3,
8
ReadingNumLitCodes
= 4,
9
ReadingNumDistCodes
= 5,
10
ReadingNumCodeLengthCodes
= 6,
11
ReadingCodeLengthCodes
= 7,
12
ReadingTreeCodesBefore
= 8,
13
ReadingTreeCodesAfter
= 9,
14
DecodeTop
= 10,
15
HaveInitialLength
= 11,
16
HaveFullLength
= 12,
17
HaveDistCode
= 13,
18
UncompressedAligning
= 15,
19
UncompressedByte1
= 16,
20
UncompressedByte2
= 17,
21
UncompressedByte3
= 18,
22
UncompressedByte4
= 19,
23
DecodingUncompressed
= 20,
24
StartReadingFooter
= 21,
25
ReadingFooter
= 22,
26
VerifyingFooter
= 23,
27
Done
= 24
28
}
System.IO.Compression.InflaterState
InflaterState
Definition
InflaterState.cs:4
System.IO.Compression.InflaterState.ReadingBFinal
@ ReadingBFinal
System.IO.Compression.InflaterState.VerifyingFooter
@ VerifyingFooter
System.IO.Compression.InflaterState.HaveDistCode
@ HaveDistCode
System.IO.Compression.InflaterState.ReadingNumCodeLengthCodes
@ ReadingNumCodeLengthCodes
System.IO.Compression.InflaterState.ReadingTreeCodesBefore
@ ReadingTreeCodesBefore
System.IO.Compression.InflaterState.DecodeTop
@ DecodeTop
System.IO.Compression.InflaterState.UncompressedByte2
@ UncompressedByte2
System.IO.Compression.InflaterState.ReadingHeader
@ ReadingHeader
System.IO.Compression.InflaterState.ReadingCodeLengthCodes
@ ReadingCodeLengthCodes
System.IO.Compression.InflaterState.UncompressedByte3
@ UncompressedByte3
System.IO.Compression.InflaterState.HaveInitialLength
@ HaveInitialLength
System.IO.Compression.InflaterState.ReadingFooter
@ ReadingFooter
System.IO.Compression.InflaterState.ReadingBType
@ ReadingBType
System.IO.Compression.InflaterState.UncompressedByte1
@ UncompressedByte1
System.IO.Compression.InflaterState.DecodingUncompressed
@ DecodingUncompressed
System.IO.Compression.InflaterState.UncompressedAligning
@ UncompressedAligning
System.IO.Compression.InflaterState.ReadingNumDistCodes
@ ReadingNumDistCodes
System.IO.Compression.InflaterState.HaveFullLength
@ HaveFullLength
System.IO.Compression.InflaterState.UncompressedByte4
@ UncompressedByte4
System.IO.Compression.InflaterState.ReadingTreeCodesAfter
@ ReadingTreeCodesAfter
System.IO.Compression.InflaterState.StartReadingFooter
@ StartReadingFooter
System.IO.Compression.InflaterState.ReadingNumLitCodes
@ ReadingNumLitCodes
System.IO.Compression.InflaterState.Done
@ Done
System.IO.Compression
Definition
BrotliDecoder.cs:5
source
System.IO.Compression
System.IO.Compression
InflaterState.cs
Generated by
1.10.0