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 © 2023. All rights reserved.