Class TileDecoder

  • All Implemented Interfaces:
    Callable<Tile>

    public class TileDecoder
    extends Object
    implements Callable<Tile>
    A task that decodes TileData's as they are streamed from a query.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Tile call()  
      • Methods inherited from class Object

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

      • call

        public Tile call()
                  throws Exception
        Specified by:
        call in interface Callable<Tile>
        Throws:
        Exception