Package com.drew.imaging.png
Class PngChunk
- java.lang.Object
-
- com.drew.imaging.png.PngChunk
-
public class PngChunk extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]_bytesprivate PngChunkType_chunkType
-
Constructor Summary
Constructors Constructor Description PngChunk(PngChunkType chunkType, byte[] bytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getBytes()PngChunkTypegetType()
-
-
-
Field Detail
-
_chunkType
private final PngChunkType _chunkType
-
_bytes
private final byte[] _bytes
-
-
Constructor Detail
-
PngChunk
public PngChunk(PngChunkType chunkType, byte[] bytes)
-
-
Method Detail
-
getType
public PngChunkType getType()
-
getBytes
public byte[] getBytes()
-
-