Package com.itextpdf.io.font.cmap
Class CMapByteCid.Cursor
java.lang.Object
com.itextpdf.io.font.cmap.CMapByteCid.Cursor
- Enclosing class:
- CMapByteCid
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Cursor
public Cursor(int offset, int length)
-
-
Method Details
-
getOffset
public int getOffset()Retrieves the offset of the object.- Returns:
- offset value
-
setOffset
public void setOffset(int offset) Sets the offset of the object.- Parameters:
-
offset
- offset value
-
getLength
public int getLength()Retrieves the length of the object.- Returns:
- length value
-
setLength
public void setLength(int length) Sets the length value of the object.- Parameters:
-
length
- length value
-