Class PngSignatureChunk


  • public class PngSignatureChunk
    extends Chunk
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static byte[] signature  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getChunkPayload()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • signature

        private static final byte[] signature
    • Constructor Detail

      • PngSignatureChunk

        public PngSignatureChunk()
    • Method Detail