class ChunkyPNG::Chunk::End
def self.read(type, content)
def self.read(type, content) raise 'The IEND chunk should be empty!' if content != '' self.new end
def self.read(type, content) raise 'The IEND chunk should be empty!' if content != '' self.new end