public class PngChunk
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private byte[] |
_bytes |
private PngChunkType |
_chunkType |
Constructor and Description |
---|
PngChunk(PngChunkType chunkType,
byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes() |
PngChunkType |
getType() |
private final PngChunkType _chunkType
private final byte[] _bytes
public PngChunk(PngChunkType chunkType, byte[] bytes)
public PngChunkType getType()
public byte[] getBytes()