Package com.biglybt.core.util.png
Class IDATChunk
- java.lang.Object
-
- com.biglybt.core.util.png.Chunk
-
- com.biglybt.core.util.png.CRCedChunk
-
- com.biglybt.core.util.png.IDATChunk
-
public class IDATChunk extends CRCedChunk
-
-
Constructor Summary
Constructors Constructor Description IDATChunk(int width, int height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getContentPayload()
-
Methods inherited from class com.biglybt.core.util.png.CRCedChunk
getChunkPayload
-
-
-
-
Method Detail
-
getContentPayload
public byte[] getContentPayload()
- Specified by:
getContentPayload
in classCRCedChunk
-
-