Example #1
0
 public bool Write(BinaryReader r, BinaryWriter w, TagData tag)
 {
     return(metaData.Write(r, w, tag));
 }
Example #2
0
 public bool Write(BinaryReader r, BinaryWriter w, TagData tag, IProgress <float> writeProgress = null)
 {
     return(metaData.Write(r, w, tag, writeProgress));
 }
Example #3
0
 public Boolean Write(BinaryReader r, BinaryWriter w, TagData tag)
 {
     return(_metaData.Write(r, w, tag));
 }