Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaab1017

Browse files
this.namehuffext.generate
1 parent1272d80 commitaab1017

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

‎zip/JSONzip.java

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ of this software and associated documentation files (the "Software"), to deal
4444
* ADEQUATELY FOR PRODUCTION USE.
4545
*
4646
* @author JSON.org
47-
* @version 2014-05-03
47+
* @version 2014-05-20
4848
*/
4949
publicabstractclassJSONzipimplementsNone,PostMortem {
5050
/**
@@ -55,29 +55,29 @@ public abstract class JSONzip implements None, PostMortem {
5555
};
5656

5757
/**
58-
* Thefirst positive integer than cannot be encoded in 4 bits.
58+
* Theend of string code.
5959
*/
60-
publicstaticfinallongint4 =16;
60+
publicstaticfinalintend =256;
6161

6262
/**
63-
* Thefirst positive integer than cannot be encoded in 7 bits.
63+
* Theend of number code.
6464
*/
65-
publicstaticfinallongint7 =144;
65+
publicstaticfinalintendOfNumber =bcd.length;
6666

6767
/**
68-
* The first positive integerthan cannot be encoded in14 bits.
68+
* The first positive integerthat cannot be encoded in4 bits.
6969
*/
70-
publicstaticfinallongint14 =16528;
70+
publicstaticfinallongint4 =16;
7171

7272
/**
73-
* Theend of string code.
73+
* Thefirst positive integer that cannot be encoded in 7 bits.
7474
*/
75-
publicstaticfinalintend =256;
75+
publicstaticfinallongint7 =144;
7676

7777
/**
78-
* Theend of number code.
78+
* Thefirst positive integer that cannot be encoded in 14 bits.
7979
*/
80-
publicstaticfinalintendOfNumber =bcd.length;
80+
publicstaticfinallongint14 =16528;
8181

8282
/**
8383
* The package supports tracing for debugging.
@@ -177,6 +177,7 @@ protected JSONzip() {
177177
*/
178178
protectedvoidgenerate() {
179179
this.namehuff.generate();
180+
this.namehuffext.generate();
180181
this.stringhuff.generate();
181182
this.stringhuffext.generate();
182183
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp