ContentInfo

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Properties

Bytes
ubyte[] Bytes [@property getter]

Binary representation of the content info header portion.

Static functions

FromBytes
ContentInfo FromBytes(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

Author
string Author;

The author.

License
ContentLicense License;

The License.

Message
string Message;

A message left by its creator, usually for license text. But can be used to hide angry messages to people decompiling the content.

Meta