Package com.itextpdf.io.font.cmap
Class CMapByteCid.Cursor
- java.lang.Object
-
- com.itextpdf.io.font.cmap.CMapByteCid.Cursor
-
- Enclosing class:
- CMapByteCid
protected static class CMapByteCid.Cursor extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Cursor(int offset, int length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLength()
Retrieves the length of the object.int
getOffset()
Retrieves the offset of the object.void
setLength(int length)
Sets the length value of the object.void
setOffset(int offset)
Sets the offset of the object.
-
-
-
Method Detail
-
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
-
-