|
NASA World Wind | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nasa.worldwind.WWIO
public class WWIO
| Constructor Summary | |
|---|---|
WWIO()
|
|
| Method Summary | |
|---|---|
static String |
getSuffixForMimeType(String mimeType)
|
static boolean |
isFileOutOfDate(URL url,
long expiryTime)
|
static String |
levelRowColumnPath(StringBuffer prefix,
String level,
int row,
int column,
String suffix)
|
static MappedByteBuffer |
mapFile(File file)
|
static ByteBuffer |
readFileToBuffer(File file)
|
static ByteBuffer |
readURLContentToBuffer(URL url)
|
static ByteBuffer |
readZipEntryToBuffer(File zipFile,
String entryName)
|
static String |
replaceSuffix(String in,
String newSuffix)
|
static boolean |
saveBuffer(ByteBuffer buffer,
File file)
|
static File |
saveBufferToTempFile(ByteBuffer buffer,
String suffix)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WWIO()
| Method Detail |
|---|
public static String getSuffixForMimeType(String mimeType)
public static boolean isFileOutOfDate(URL url,
long expiryTime)
public static String levelRowColumnPath(StringBuffer prefix,
String level,
int row,
int column,
String suffix)
public static MappedByteBuffer mapFile(File file)
throws IOException
IOException
public static ByteBuffer readFileToBuffer(File file)
throws IOException
IOException
public static ByteBuffer readURLContentToBuffer(URL url)
throws IOException
IOException
public static ByteBuffer readZipEntryToBuffer(File zipFile,
String entryName)
throws IOException
IOException
public static String replaceSuffix(String in,
String newSuffix)
public static boolean saveBuffer(ByteBuffer buffer,
File file)
throws IOException
IOException
public static File saveBufferToTempFile(ByteBuffer buffer,
String suffix)
throws IOException
IOException
|
NASA World Wind | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||