Package ch.bailu.gtk.lib.bridge
Class Bytes
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.glib.Bytes
ch.bailu.gtk.lib.bridge.Bytes
- All Implemented Interfaces:
PointerInterface
-
Nested Class Summary
Nested classes/interfaces inherited from class ch.bailu.gtk.glib.Bytes
Bytes.OnDestroyNotify -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.bailu.gtk.glib.Bytes
compare, equal, getClassHandler, getData, getInstanceSize, getParentTypeID, getParentTypeSize, getRegion, getSize, getTypeID, getTypeSize, hash, newFromBytes, newStaticBytes, newTakeBytes, newWithFreeFuncBytes, ref, unref, unrefToArray, unrefToDataMethods inherited from class ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacksMethods inherited from class ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNullMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Constructor Details
-
Bytes
-
Bytes
public Bytes(byte[] bytes) -
Bytes
-
-
Method Details
-
toBytes
public byte[] toBytes(int start, int end) -
toBytes
public byte[] toBytes() -
getByte
public byte getByte(int i)
-