Uses of Class
org.apache.commons.imaging.common.BinaryOutputStream
-
Packages that use BinaryOutputStream Package Description org.apache.commons.imaging.formats.tiff.write TIFF writers. -
-
Uses of BinaryOutputStream in org.apache.commons.imaging.formats.tiff.write
Methods in org.apache.commons.imaging.formats.tiff.write with parameters of type BinaryOutputStream Modifier and Type Method Description protected voidTiffOutputField. writeField(BinaryOutputStream bos)protected voidTiffImageWriterBase. writeImageFileHeader(BinaryOutputStream bos)protected voidTiffImageWriterBase. writeImageFileHeader(BinaryOutputStream bos, long offsetToFirstIFD)voidTiffOutputDirectory. writeItem(BinaryOutputStream bos)
-