public class VncByteBuffer extends VncVal
| Modifier and Type | Field and Description |
|---|---|
static VncKeyword |
TYPE |
| Constructor and Description |
|---|
VncByteBuffer(byte[] v) |
VncByteBuffer(java.nio.ByteBuffer v) |
VncByteBuffer(java.nio.ByteBuffer v,
VncVal meta) |
VncByteBuffer(java.nio.ByteBuffer v,
VncWrappingTypeDef wrappingTypeDef,
VncVal meta) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(VncVal o) |
java.lang.Object |
convertToJavaObject() |
boolean |
equals(java.lang.Object obj) |
java.util.List<VncKeyword> |
getAllSupertypes() |
byte[] |
getBytes() |
VncKeyword |
getSupertype() |
VncKeyword |
getType() |
java.nio.ByteBuffer |
getValue() |
int |
hashCode() |
int |
size() |
java.lang.String |
toString() |
VncList |
toVncList() |
TypeRank |
typeRank() |
VncByteBuffer |
withMeta(VncVal meta) |
VncByteBuffer |
wrap(VncWrappingTypeDef wrappingTypeDef,
VncVal meta) |
getMeta, getMetaVal, getMetaVal, getWrappingTypeDef, isPrivate, isVncCollection, isVncList, isWrapped, toStringpublic static final VncKeyword TYPE
public VncByteBuffer(byte[] v)
public VncByteBuffer(java.nio.ByteBuffer v)
public VncByteBuffer(java.nio.ByteBuffer v,
VncVal meta)
public VncByteBuffer(java.nio.ByteBuffer v,
VncWrappingTypeDef wrappingTypeDef,
VncVal meta)
public VncByteBuffer withMeta(VncVal meta)
public VncByteBuffer wrap(VncWrappingTypeDef wrappingTypeDef, VncVal meta)
public VncKeyword getType()
public VncKeyword getSupertype()
getSupertype in class VncValpublic java.util.List<VncKeyword> getAllSupertypes()
getAllSupertypes in class VncValpublic java.nio.ByteBuffer getValue()
public byte[] getBytes()
public int size()
public VncList toVncList()
public java.lang.Object convertToJavaObject()
convertToJavaObject in class VncValpublic int compareTo(VncVal o)
public java.lang.String toString()
toString in class java.lang.Object