-
public class Vec_slice_boxed_uint8_t
-
-
Constructor Summary
Constructors Constructor Description Vec_slice_boxed_uint8_t()
-
Method Summary
Modifier and Type Method Description synchronized voiddelete()voidsetPtr(slice_boxed_uint8_t value)slice_boxed_uint8_tgetPtr()voidsetLen(long value)longgetLen()voidsetCap(long value)longgetCap()-
-
Method Detail
-
delete
synchronized void delete()
-
setPtr
void setPtr(slice_boxed_uint8_t value)
-
getPtr
slice_boxed_uint8_t getPtr()
-
setLen
void setLen(long value)
-
getLen
long getLen()
-
setCap
void setCap(long value)
-
getCap
long getCap()
-
-
-
-