NASA World Wind

gov.nasa.worldwind.retrieve
Class RetrieveToFilePostProcessor

java.lang.Object
  extended by gov.nasa.worldwind.retrieve.RetrieveToFilePostProcessor
All Implemented Interfaces:
RetrievalPostProcessor

public final class RetrieveToFilePostProcessor
extends java.lang.Object
implements RetrievalPostProcessor


Constructor Summary
RetrieveToFilePostProcessor(java.io.File destination)
           
 
Method Summary
 java.nio.ByteBuffer run(Retriever retriever)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetrieveToFilePostProcessor

public RetrieveToFilePostProcessor(java.io.File destination)
Parameters:
destination -
Throws:
java.lang.IllegalArgumentException - if destination is null
Method Detail

run

public java.nio.ByteBuffer run(Retriever retriever)
Specified by:
run in interface RetrievalPostProcessor
Parameters:
retriever -
Returns:
Throws:
java.lang.IllegalArgumentException - if retriever is null

NASA World Wind