Class Woff2MemoryOut

java.lang.Object
com.itextpdf.io.font.woff2.Woff2MemoryOut
All Implemented Interfaces:
Woff2Out

class Woff2MemoryOut extends Object implements Woff2Out
Fixed memory block for woff2 out.
  • Field Details

    • buf_

      private byte[] buf_
    • buf_size_

      private int buf_size_
    • offset_

      private int offset_
  • Constructor Details

    • Woff2MemoryOut

      public Woff2MemoryOut(byte[] buf_, int buf_size_)
  • Method Details

    • write

      public void write(byte[] buf, int buff_offset, int n)
      Specified by:
      write in interface Woff2Out
    • write

      public void write(byte[] buf, int buff_offset, int offset, int n)
      Specified by:
      write in interface Woff2Out
    • size

      public int size()
      Specified by:
      size in interface Woff2Out