Modifier and Type | Method and Description |
---|---|
static Pointer |
create(byte[] buf,
int start) |
static Pointer |
create(String buf) |
static Pointer |
empty() |
void |
memcpy(byte[] toBuffer,
int toIndex,
int len) |
void |
memcpy(Pointer to,
int len) |
static Pointer |
nullPointer() |
Pointer |
withStart(int start) |
public static Pointer empty()
public static Pointer nullPointer()
public static Pointer create(byte[] buf, int start)
public void memcpy(byte[] toBuffer, int toIndex, int len)
public void memcpy(Pointer to, int len)
public Pointer withStart(int start)
Copyright © 2021. All rights reserved.