Uses of Class
org.apache.sysds.runtime.io.cog.COGHeader
Packages that use COGHeader
-
Uses of COGHeader in org.apache.sysds.runtime.io
Constructors in org.apache.sysds.runtime.io with parameters of type COGHeaderModifierConstructorDescriptionTileProcessor(int clen, byte[] tileData, int tileRow, int tileCol, int tileWidth, int tileLength, int bands, int[] bitsPerSample, SampleFormatDataTypes[] sampleFormat, COGHeader cogHeader, MatrixBlock dest, int planarConfiguration) TileProcessor(int clen, byte[] tileData, int tileRow, int tileCol, int tileWidth, int tileLength, int bands, int[] bitsPerSample, SampleFormatDataTypes[] sampleFormat, COGHeader cogHeader, MatrixBlock dest, int planarConfiguration, int band) -
Uses of COGHeader in org.apache.sysds.runtime.io.cog
Methods in org.apache.sysds.runtime.io.cog that return COGHeaderModifier and TypeMethodDescriptionstatic COGHeaderCOGHeader.readCOGHeader(COGByteReader byteReader) Reads the COG header from the BufferedInputStream.