Maven module :un.storage : filesystem-ntfs :
Class : un.impl.fs.ntfs.model.NTFSAttribute
Extends/Implements : un.api.CObject
Subclasses : -

author  Johann Sorel


Variables : typeId, length, nonResident, nameLength, nameOffset, flags, attId, contentSize, contentOffset, startClusterNum, endClusterNum, offset, compressionUnitSize, contentAllocatedSize, contentActualSize, contentInitializedSize
Functions : read, toChars



4 bytes : Attribute Type Identifier */
public int typeId


4 bytes : Length of Attribute, offset to next attribute */
public int length


1 byte : Non-resident flag */
public byte nonResident


1 bytes : Length of name */
public int nameLength


2 bytes : Offset to name */
public int nameOffset


2 bytes : Flags */
public int flags


2 bytes : Attribute Identifier */
public int attId


4 bytes : Size of content */
public int contentSize


2 bytes : Offset to content */
public int contentOffset


8 bytes : Starting Virtual Cluster Number of the runlist */
public long startClusterNum


8 bytes : Ending Virtual Cluster Number of the runlist */
public long endClusterNum


2 bytes : Offset to the runlist */
public int offset


2 bytes : Compression unit size */
public int compressionUnitSize


8 bytes : Allocated size of the attribute content */
public long contentAllocatedSize


8 bytes : Actual size of attribute content */
public long contentActualSize


8 bytes : Initialized size of the attribute content. */
public long contentInitializedSize


public void read (DataInputStream ds)

public Chars toChars ()