Uses of Class
mil.nga.tiff.io.ByteReader
-
Packages that use ByteReader Package Description mil.nga.tiff -
-
Uses of ByteReader in mil.nga.tiff
Methods in mil.nga.tiff that return ByteReader Modifier and Type Method Description ByteReaderFileDirectory. getReader()Get the byte readerMethods in mil.nga.tiff with parameters of type ByteReader Modifier and Type Method Description static TIFFImageTiffReader. readTiff(ByteReader reader)Read a TIFF from the byte readerstatic TIFFImageTiffReader. readTiff(ByteReader reader, boolean cache)Read a TIFF from the byte readerConstructors in mil.nga.tiff with parameters of type ByteReader Constructor Description FileDirectory(SortedSet<FileDirectoryEntry> entries, ByteReader reader)Constructor, for reading TIFF filesFileDirectory(SortedSet<FileDirectoryEntry> entries, ByteReader reader, boolean cacheData)Constructor, for reading TIFF files
-