Package com.biglybt.core.util.png
Class IENDChunk
- java.lang.Object
-
- com.biglybt.core.util.png.Chunk
-
- com.biglybt.core.util.png.CRCedChunk
-
- com.biglybt.core.util.png.IENDChunk
-
public class IENDChunk extends CRCedChunk
-
-
Field Summary
Fields Modifier and Type Field Description private static byte[]
type
-
Constructor Summary
Constructors Constructor Description IENDChunk()
-
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
-
-