Uses of Class
com.aowagie.text.pdf.OutputStreamCounter
-
Packages that use OutputStreamCounter Package Description com.aowagie.text com.aowagie.text.pdf com.aowagie.text.pdf.internal -
-
Uses of OutputStreamCounter in com.aowagie.text
Fields in com.aowagie.text declared as OutputStreamCounter Modifier and Type Field Description protected OutputStreamCounterDocWriter. osThe outputstream of this writer. -
Uses of OutputStreamCounter in com.aowagie.text.pdf
Methods in com.aowagie.text.pdf that return OutputStreamCounter Modifier and Type Method Description private OutputStreamCounterPdfWriter. getOs()Returns the outputStreamCounter. -
Uses of OutputStreamCounter in com.aowagie.text.pdf.internal
Methods in com.aowagie.text.pdf.internal with parameters of type OutputStreamCounter Modifier and Type Method Description voidPdfVersionImp. writeHeader(OutputStreamCounter os)Writes the header to the OutputStreamCounter.
-