public class PngChunk extends Object
| Constructor and Description |
|---|
PngChunk(PngChunkType chunkType,
byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes() |
PngChunkType |
getType() |
public PngChunk(PngChunkType chunkType, byte[] bytes)
public PngChunkType getType()
public byte[] getBytes()
Copyright © 2002-2020 Drew Noakes. All Rights Reserved.