Maven module :un.storage : model3d-xna :
Class : un.storage.model3d.xnb.model.XNBHeader
Extends/Implements : -
Subclasses : -

author  Johann Sorel


Variables : targetPlatform, formatVersion, flags, compressedSize, decompressedSize
Functions : read, write



'w' = Windows
'm' = Windows Phone
'x' = Xbox 360
public byte targetPlatform


Should be 5.
public byte formatVersion


0x01 : HiDef profile
0x80 : compressed file
public byte flags

public int compressedSize

public int decompressedSize


public void read (DataInputStream ds)

public void write (DataOutputStream ds)