Uses of Class
org.apache.sysds.runtime.io.cog.IFDTag
Packages that use IFDTag
-
Uses of IFDTag in org.apache.sysds.runtime.io.cog
Methods in org.apache.sysds.runtime.io.cog that return IFDTagModifier and TypeMethodDescriptionIFDTag[]COGHeader.getIFD()IFDTag[]COGHeader.getSingleAdditionalIFD(int index) Methods in org.apache.sysds.runtime.io.cog with parameters of type IFDTagModifier and TypeMethodDescriptionvoidCOGHeader.addAdditionalIFD(IFDTag[] IFD) voidCOGProperties.initFromIFDTags(IFDTag[] ifdTags) static StringCOGHeader.isCompatible(IFDTag[] IFD) Checks a given header for compatibility with the readervoidvoidCOGHeader.setSingleAdditionalIFD(int index, IFDTag[] IFD) Constructors in org.apache.sysds.runtime.io.cog with parameters of type IFDTag