Uses of Class
org.apache.sysds.runtime.io.cog.IFDTag
-
Packages that use IFDTag Package Description org.apache.sysds.runtime.io.cog -
-
Uses of IFDTag in org.apache.sysds.runtime.io.cog
Methods in org.apache.sysds.runtime.io.cog that return IFDTag Modifier and Type Method Description IFDTag[]COGHeader. getIFD()IFDTag[]COGHeader. getSingleAdditionalIFD(int index)Methods in org.apache.sysds.runtime.io.cog with parameters of type IFDTag Modifier and Type Method Description voidCOGHeader. addAdditionalIFD(IFDTag[] IFD)voidCOGProperties. initFromIFDTags(IFDTag[] ifdTags)static StringCOGHeader. isCompatible(IFDTag[] IFD)Checks a given header for compatibility with the readervoidCOGHeader. setIFD(IFDTag[] IFD)voidCOGHeader. setSingleAdditionalIFD(int index, IFDTag[] IFD)Constructors in org.apache.sysds.runtime.io.cog with parameters of type IFDTag Constructor Description COGProperties(IFDTag[] ifdTags)
-