Uses of Class
mil.nga.tiff.io.ByteWriter
-
Packages that use ByteWriter Package Description mil.nga.tiff -
-
Uses of ByteWriter in mil.nga.tiff
Methods in mil.nga.tiff with parameters of type ByteWriter Modifier and Type Method Description static void
TiffWriter. writeTiff(File file, ByteWriter writer, TIFFImage tiffImage)
Write a TIFF to a filestatic void
TiffWriter. writeTiff(ByteWriter writer, TIFFImage tiffImage)
Write a TIFF to a byte writerstatic byte[]
TiffWriter. writeTiffToBytes(ByteWriter writer, TIFFImage tiffImage)
Write a TIFF to bytes
-