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 void
TiffOutputField. writeField(BinaryOutputStream bos)
protected void
TiffImageWriterBase. writeImageFileHeader(BinaryOutputStream bos)
protected void
TiffImageWriterBase. writeImageFileHeader(BinaryOutputStream bos, long offsetToFirstIFD)
void
TiffOutputDirectory. writeItem(BinaryOutputStream bos)
-