Class GenericGifBlock


  • class GenericGifBlock
    extends GifBlock
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.List<byte[]> subblocks  
    • Constructor Summary

      Constructors 
      Constructor Description
      GenericGifBlock​(int blockCode, java.util.List<byte[]> subblocks)  
    • Method Summary

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

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

      • subblocks

        final java.util.List<byte[]> subblocks
    • Constructor Detail

      • GenericGifBlock

        GenericGifBlock​(int blockCode,
                        java.util.List<byte[]> subblocks)
    • Method Detail

      • appendSubBlocks

        public byte[] appendSubBlocks()
                               throws java.io.IOException
        Throws:
        java.io.IOException
      • appendSubBlocks

        public byte[] appendSubBlocks​(boolean includeLengths)
                               throws java.io.IOException
        Throws:
        java.io.IOException