com.lowagie.text.pdf

Class CFFFont.RangeItem

Enclosing Class:
CFFFont

protected static final class CFFFont.RangeItem
extends CFFFont.Item

A range item.

Field Summary

private RandomAccessFileOrArray
buf
int
length
int
offset

Fields inherited from class com.lowagie.text.pdf.CFFFont.Item

myOffset

Constructor Summary

RangeItem(RandomAccessFileOrArray buf, int offset, int length)

Method Summary

void
emit(byte[] buffer)
Emit the byte stream for this item.
void
increment(int[] currentOffset)
remember the current offset and increment by item's size in bytes.

Methods inherited from class com.lowagie.text.pdf.CFFFont.Item

emit, increment, xref

Field Details

buf

private RandomAccessFileOrArray buf

length

public int length

offset

public int offset

Constructor Details

RangeItem

public RangeItem(RandomAccessFileOrArray buf,
                 int offset,
                 int length)

Method Details

emit

public void emit(byte[] buffer)
Emit the byte stream for this item.
Overrides:
emit in interface CFFFont.Item

increment

public void increment(int[] currentOffset)
remember the current offset and increment by item's size in bytes.
Overrides:
increment in interface CFFFont.Item