Package com.biglybt.core.util.png
Class IHDRChunk
java.lang.Object
com.biglybt.core.util.png.Chunk
com.biglybt.core.util.png.CRCedChunk
com.biglybt.core.util.png.IHDRChunk
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.biglybt.core.util.png.CRCedChunk
getChunkPayload
-
Field Details
-
type
private static final byte[] type -
width
private final int width -
height
private final int height
-
-
Constructor Details
-
IHDRChunk
public IHDRChunk(int width, int height)
-
-
Method Details
-
getContentPayload
public byte[] getContentPayload()- Specified by:
getContentPayload
in classCRCedChunk
-