Package gov.nih.mipav.model.file
Class MetadataExtractor.PngChunk
- java.lang.Object
-
- gov.nih.mipav.model.file.MetadataExtractor.PngChunk
-
- Enclosing class:
- MetadataExtractor
public class MetadataExtractor.PngChunk extends java.lang.Object
- Author:
- Drew Noakes https://drewnoakes.com
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]
_bytes
private MetadataExtractor.PngChunkType
_chunkType
-
Constructor Summary
Constructors Constructor Description PngChunk(MetadataExtractor.PngChunkType chunkType, byte[] bytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getBytes()
MetadataExtractor.PngChunkType
getType()
-
-
-
Field Detail
-
_chunkType
private final MetadataExtractor.PngChunkType _chunkType
-
_bytes
private final byte[] _bytes
-
-
Constructor Detail
-
PngChunk
public PngChunk(MetadataExtractor.PngChunkType chunkType, byte[] bytes)
-
-
Method Detail
-
getType
public MetadataExtractor.PngChunkType getType()
-
getBytes
public byte[] getBytes()
-
-