if (tag.isHasBlendMode())
tag.setBlendMode(bitStream.readUI8());
if (tag.isHasCacheAsBitmap())
tag.setBitmapCache(bitStream.readUI8());
ClipActions clipActions = new ClipActions();
clipActions.data = bitStream.readToBoundary();
tag.setClipActions(clipActions);
return tag;
}