Maven module :
un.api : api-common :
Class :
un.api.buffer.Cursor
Extends/Implements :
-
Subclasses :
-
Cursors are not thread safe.
author
Johann Sorel
Variables :
-
Functions :
getBuffer
,
getEncoding
,
getByteOffset
Get buffer this cursor moves on.
return
Buffer
Buffer
getBuffer
()
Get cursor number encoding.
return
NumberEncoding
NumberEncoding
getEncoding
()
return
cursor offset in bytes.
long
getByteOffset
()
author Johann Sorel