org.yecht
Class Pointer
java.lang.Object
org.yecht.Pointer
public class Pointer
- extends Object
- Author:
- Ola Bini
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
buffer
public byte[] buffer
start
public int start
empty
public static Pointer empty()
nullPointer
public static Pointer nullPointer()
create
public static Pointer create(byte[] buf,
int start)
create
public static Pointer create(String buf)
memcpy
public void memcpy(byte[] toBuffer,
int toIndex,
int len)
memcpy
public void memcpy(Pointer to,
int len)
withStart
public Pointer withStart(int start)
Copyright © 2013. All Rights Reserved.