Added #2070 forceWriteAsLong Tag internal attribute is now visible and editable

(including XML export), allows decide whether to write length in tag header as long
This commit is contained in:
Jindra Petřík
2023-09-05 21:51:01 +02:00
parent f4460c6078
commit 6eac393fd4
2 changed files with 7 additions and 5 deletions

View File

@@ -77,7 +77,6 @@ public abstract class Tag implements NeedsCharacters, Exportable, Serializable {
* If true, then Tag is written to the stream as longer than 0x3f even if it
* is not
*/
@Internal
public boolean forceWriteAsLong = false;
protected String tagName;