Maven module :un.storage : media-swf :
Class : un.storage.media.swf.model.SWFTag
Extends/Implements : un.storage.media.swf.SWFObject
Subclasses : -

author  Johann Sorel


Variables : type, length, longTag, offset
Functions : read, write, remainingBytes, toChars


public int type


byte lenght of the tag not including recordheader
public long length

public boolean longTag


Offset of the tag in the file after the recordheader
public long offset



Read tag content, this do not read the tag header.
param  ds
throws  IOException
public void read (DataInputStream ds)


Write tag content, this do not write the tag header.
param  ds
throws  IOException
public void write (DataOutputStream ds)

protected int remainingBytes (DataInputStream ds)

public Chars toChars ()