Class OutOfBandNode


  • class OutOfBandNode
    extends Node
    Represents a out of band node in a huffman tree.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected long decode​(javax.imageio.stream.ImageInputStream iis)  
      • Methods inherited from class java.lang.Object

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

      • decode

        protected long decode​(javax.imageio.stream.ImageInputStream iis)
                       throws java.io.IOException
        Specified by:
        decode in class Node
        Throws:
        java.io.IOException