public class Iovec extends Object
Iovec(byte[] payload)
Iovec(byte[] paylaod, int off, int len)
Iovec(int size)
int
getLen()
getOff()
byte[]
getPayload()
getSize()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Iovec(int size)
public Iovec(byte[] payload)
public Iovec(byte[] paylaod, int off, int len)
public int getOff()
public int getLen()
public byte[] getPayload()
public int getSize()
Copyright © 2024. All rights reserved.