public class TiffReader extends Object
| Constructor and Description |
|---|
TiffReader() |
| Modifier and Type | Method and Description |
|---|---|
static TIFFImage |
readTiff(byte[] bytes)
Read a TIFF from the bytes
|
static TIFFImage |
readTiff(byte[] bytes,
boolean cache)
Read a TIFF from the bytes
|
static TIFFImage |
readTiff(ByteReader reader)
Read a TIFF from the byte reader
|
static TIFFImage |
readTiff(ByteReader reader,
boolean cache)
Read a TIFF from the byte reader
|
static TIFFImage |
readTiff(File file)
Read a TIFF from a file
|
static TIFFImage |
readTiff(File file,
boolean cache)
Read a TIFF from a file
|
static TIFFImage |
readTiff(InputStream stream)
Read a TIFF from an input stream
|
static TIFFImage |
readTiff(InputStream stream,
boolean cache)
Read a TIFF from an input stream
|
public static TIFFImage readTiff(File file) throws IOException
file - TIFF fileIOExceptionpublic static TIFFImage readTiff(File file, boolean cache) throws IOException
file - TIFF filecache - true to cache tiles and stripsIOExceptionpublic static TIFFImage readTiff(InputStream stream) throws IOException
stream - TIFF input streamIOExceptionpublic static TIFFImage readTiff(InputStream stream, boolean cache) throws IOException
stream - TIFF input streamcache - true to cache tiles and stripsIOExceptionpublic static TIFFImage readTiff(byte[] bytes)
bytes - TIFF bytespublic static TIFFImage readTiff(byte[] bytes, boolean cache)
bytes - TIFF bytescache - true to cache tiles and stripspublic static TIFFImage readTiff(ByteReader reader)
reader - byte readerpublic static TIFFImage readTiff(ByteReader reader, boolean cache)
reader - byte readercache - true to cache tiles and stripsCopyright © 2016 National Geospatial-Intelligence Agency. All rights reserved.